aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenuInteract.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/UMenuInteract.pas')
-rw-r--r--src/menu/UMenuInteract.pas16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/menu/UMenuInteract.pas b/src/menu/UMenuInteract.pas
new file mode 100644
index 00000000..e0b4fa11
--- /dev/null
+++ b/src/menu/UMenuInteract.pas
@@ -0,0 +1,16 @@
+unit UMenuInteract;
+
+interface
+
+{$I switches.inc}
+
+type
+ TInteract = record // for moving thru menu
+ Typ: integer; // 0 - button, 1 - select, 2 - Text, 3 - Select SLide, 5 - ButtonCollection Child
+ Num: integer; // number of this item in proper list like buttons, selects
+ end;
+
+implementation
+
+end.
+ \ No newline at end of file