20:d7b13805d1e0 | 21:ae602e667879 |
---|---|
64 | 64 |
65 void ReadCommands (); | 65 void ReadCommands (); |
66 CommandDef* GetCommandByName (str a); | 66 CommandDef* GetCommandByName (str a); |
67 int GetReturnTypeByString (str token); | 67 int GetReturnTypeByString (str token); |
68 str GetReturnTypeName (int r); | 68 str GetReturnTypeName (int r); |
69 str GetCommandPrototype (CommandDef* comm); | |
70 | |
71 #ifndef __COMMANDS_CXX__ | |
72 extern | |
73 #endif | |
74 CommandDef* g_CommDef; | |
69 | 75 |
70 #endif // __COMMANDS_H__ | 76 #endif // __COMMANDS_H__ |