- Timestamp:
- 09/03/10 00:25:58 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Libs/ConsoleCommands/ConsoleInterpreterImpl.cpp
r136 r149 32 32 #include "ConVar.hpp" 33 33 #include "Console.hpp" 34 #include "Console_Lua.hpp" 34 35 35 36 extern "C" … … 71 72 72 73 // Load the console library. (Adds a global table with name "Console" to the LuaState with the functions of the ConsoleI interface.) 73 cf::Console I::RegisterLua(LuaState);74 cf::Console_RegisterLua(LuaState); 74 75 75 76
