src/variables.h

changeset 74
007fbadfa7f9
parent 73
1ee9b312dc18
child 75
bf8c57437231
--- a/src/variables.h	Sat Jan 11 22:36:31 2014 +0200
+++ b/src/variables.h	Mon Jan 13 00:15:38 2014 +0200
@@ -52,8 +52,7 @@
 #define ITERATE_SCRIPT_VARS(g) \
 	for (g = g_ScriptVariable; g != null; g = g->next)
 
-script_variable* DeclareGlobalVariable (botscript_parser* r, type_e type, string name);
-deprecated int CountGlobalVars ();
-script_variable* FindGlobalVariable (string name);
+script_variable* declare_global_variable (type_e type, string name);
+script_variable* find_global_variable (string name);
 
 #endif // BOTC_VARIABLES_H

mercurial