Changeset 1810 for code/trunk/src/orxonox/gui
- Timestamp:
- Sep 21, 2008, 8:44:25 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/ceguilua (added) merged: 1803-1808
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/gui/GUIManager.cc
r1776 r1810 39 39 #include <OgreRoot.h> 40 40 #include <CEGUI.h> 41 #include <CEGUILua.h>41 #include "ceguilua/CEGUILua.h" 42 42 #include "util/Exception.h" 43 43 #include "core/input/InputManager.h" … … 50 50 #include "OgreCEGUIRenderer.h" 51 51 52 extern "C" { 53 #include <lualib.h> 54 #include <lauxlib.h> 55 } 52 #include "lua/lua.hpp" 56 53 57 54 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.