Changeset 2621 for code/branches/buildsystem2/src/orxonox/gui
- Timestamp:
- Jan 29, 2009, 11:35:54 PM (16 years ago)
- Location:
- code/branches/buildsystem2/src/orxonox/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/orxonox/gui/CMakeLists.txt
r2569 r2621 1 ADD_SOURCE_FILES( 1 ADD_SOURCE_FILES(ORXONOX_SRC_FILES 2 2 GUIManager.cc 3 3 ) -
code/branches/buildsystem2/src/orxonox/gui/GUIManager.cc
r2610 r2621 39 39 #include <OgreRoot.h> 40 40 #include <CEGUI.h> 41 #include <ceguilua/CEGUILua.h>42 41 #include <ogreceguirenderer/OgreCEGUIRenderer.h> 42 #ifdef CEGUILUA_USE_INTERNAL_LIBRARY 43 # include <ceguilua/CEGUILua.h> 44 #else 45 # include <CEGUILua.h> 46 #endif 43 47 44 48 #include "util/Exception.h" … … 103 107 //lua_pushnil(luaState_); 104 108 //lua_setglobal(luaState_, "Core"); 105 // TODO: deleting the script module fails an assert ation.109 // TODO: deleting the script module fails an assertion. 106 110 // However there is not much we can do about it since it occurs too when 107 111 // we don't open Core or Orxonox. Might be a CEGUI issue.
Note: See TracChangeset
for help on using the changeset viewer.