diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 15:00:48 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 15:00:48 +0000 |
commit | aa0b17111ef92a6ce4359dd6fa137e8233fcf486 (patch) | |
tree | 054d26c197248e2024a6cea10dad9ca38f23dc9c /src/menu0/UMenuInteract.pas | |
parent | 9506a3ab6ae1b5c51eec2ccb8773eb4219766e7d (diff) | |
download | usdx-aa0b17111ef92a6ce4359dd6fa137e8233fcf486.tar.gz usdx-aa0b17111ef92a6ce4359dd6fa137e8233fcf486.tar.xz usdx-aa0b17111ef92a6ce4359dd6fa137e8233fcf486.zip |
rename Menu part1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1309 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/menu0/UMenuInteract.pas')
-rw-r--r-- | src/menu0/UMenuInteract.pas | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/menu0/UMenuInteract.pas b/src/menu0/UMenuInteract.pas new file mode 100644 index 00000000..e0b4fa11 --- /dev/null +++ b/src/menu0/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 |