commands.h

changeset 21
ae602e667879
parent 10
2c0f76090372
child 34
0a9a5902beaa
equal deleted inserted replaced
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__

mercurial