aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenuInteract.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Menu/UMenuInteract.pas')
-rw-r--r--Game/Code/Menu/UMenuInteract.pas14
1 files changed, 14 insertions, 0 deletions
diff --git a/Game/Code/Menu/UMenuInteract.pas b/Game/Code/Menu/UMenuInteract.pas
new file mode 100644
index 00000000..3f2960b8
--- /dev/null
+++ b/Game/Code/Menu/UMenuInteract.pas
@@ -0,0 +1,14 @@
+unit UMenuInteract;
+
+interface
+
+type
+ TInteract = record // for moving thru menu
+ Typ: integer; // 0 - button, 1 - select
+ Num: integer; // number of this item in proper list like buttons, selects
+ end;
+
+implementation
+
+end.
+ \ No newline at end of file