commands.h

changeset 8
c8bfa7e6ae1b
parent 6
0005527cad62
child 10
2c0f76090372
equal deleted inserted replaced
7:118d3d5db64f 8:c8bfa7e6ae1b
55 RETURNVAL_e returnvalue; 55 RETURNVAL_e returnvalue;
56 CommandDef* next; 56 CommandDef* next;
57 }; 57 };
58 58
59 void ReadCommands (); 59 void ReadCommands ();
60 CommandDef* GetCommandByName (str a);
60 61
61 #endif // __COMMANDS_H__ 62 #endif // __COMMANDS_H__

mercurial