aboutsummaryrefslogblamecommitdiffstats
path: root/Game/Code/Menu/UMenuInteract.pas
blob: 78f9bd89b40690e3f59af3190c413ef9cdadcb65 (plain) (tree)
1
2
3
4
5
6
7
8
9



                    

                  

                                             
                                                                                                        






                                                                                  
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.