commands.h

changeset 21
ae602e667879
parent 10
2c0f76090372
child 34
0a9a5902beaa
--- a/commands.h	Sat Jul 14 20:35:50 2012 +0300
+++ b/commands.h	Sat Jul 14 22:03:34 2012 +0300
@@ -66,5 +66,11 @@
 CommandDef* GetCommandByName (str a);
 int GetReturnTypeByString (str token);
 str GetReturnTypeName (int r);
+str GetCommandPrototype (CommandDef* comm);
+
+#ifndef __COMMANDS_CXX__
+extern
+#endif
+CommandDef* g_CommDef;
 
 #endif // __COMMANDS_H__
\ No newline at end of file

mercurial