Changeset 149 for cafu/trunk/Libs/GuiSys/GuiImpl.cpp
- Timestamp:
- 09/03/10 00:25:58 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/Libs/GuiSys/GuiImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Libs/GuiSys/GuiImpl.cpp
r136 r149 27 27 #include "WindowCreateParams.hpp" 28 28 #include "ConsoleCommands/Console.hpp" 29 #include "ConsoleCommands/Console_Lua.hpp" 29 30 #include "ConsoleCommands/ConsoleInterpreter.hpp" 30 31 #include "MaterialSystem/Renderer.hpp" … … 88 89 89 90 // Load the console library. (Adds a global table with name "Console" to the LuaState with the functions of the ConsoleI interface.) 90 cf::Console I::RegisterLua(LuaState);91 cf::Console_RegisterLua(LuaState); 91 92 92 93 // 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.)
