Changeset 1975 for code/branches/buildsystem/src/orxonox
- Timestamp:
- Oct 20, 2008, 5:53:16 PM (16 years ago)
- Location:
- code/branches/buildsystem/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/orxonox/CMakeLists.txt
r1882 r1975 97 97 ${OGRE_LIBRARIES} 98 98 ${CEGUI_LIBRARIES} 99 lua_orxonox100 ceguilua_orxonox99 ${LUA_LIBRARIES} 100 CEGUILuaScriptModule 101 101 tinyxml_orxonox 102 102 tolualib_orxonox -
code/branches/buildsystem/src/orxonox/gui/GUIManager.cc
r1882 r1975 39 39 #include <OgreRoot.h> 40 40 #include <CEGUI.h> 41 #include "ceguilua/CEGUILua.h"41 #include <CEGUILua.h> 42 42 #include "util/Exception.h" 43 43 #include "core/input/InputManager.h" … … 50 50 #include "OgreCEGUIRenderer.h" 51 51 52 #include "lua/lua.hpp" 52 extern "C" { 53 #include "lua.h" 54 } 53 55 54 56 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.