Changeset 149 for cafu/trunk/Games/DeathMatch/Code/ScriptState.cpp
- Timestamp:
- 09/03/10 00:25:58 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/Games/DeathMatch/Code/ScriptState.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Games/DeathMatch/Code/ScriptState.cpp
r138 r149 25 25 #include "TypeSys.hpp" 26 26 #include "ConsoleCommands/Console.hpp" 27 #include "ConsoleCommands/Console_Lua.hpp" 27 28 #include "ConsoleCommands/ConsoleInterpreter.hpp" 28 29 #include "ConsoleCommands/ConFunc.hpp" … … 64 65 65 66 // Load the console library. (Adds a global table with name "Console" to the LuaState with the functions of the ConsoleI interface.) 66 cf::Console I::RegisterLua(LuaState);67 cf::Console_RegisterLua(LuaState); 67 68 68 69 // Load the "ci" (console interpreter) library. (Adds a global table with name "ci" to the LuaState with (some of) the functions of the ConsoleInterpreterI interface.)
