Changeset 1697 for code/branches/gui/src
- Timestamp:
- Sep 3, 2008, 8:55:49 PM (16 years ago)
- Location:
- code/branches/gui/src
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/CMakeLists.txt
r1672 r1697 1 1 SET(CORE_SRC_FILES 2 Clock.cc 2 3 ConfigFileManager.cc 3 4 ConfigValueContainer.cc -
code/branches/gui/src/core/Clock.h
r1674 r1697 46 46 class _CoreExport Clock 47 47 { 48 friend RootGameState;48 friend class RootGameState; 49 49 50 50 public: -
code/branches/gui/src/orxonox/CMakeLists.txt
r1674 r1697 8 8 9 9 gamestates/GSClient.cc 10 gamestates/GSDedicated.cc 10 11 gamestates/GSGraphics.cc 11 12 gamestates/GSGUI.cc 12 gamestates/GSIO.cc13 13 gamestates/GSIOConsole.cc 14 14 gamestates/GSLevel.cc -
code/branches/gui/src/orxonox/gamestates/GSDedicated.cc
r1696 r1697 30 30 #include "GSDedicated.h" 31 31 32 #include <OgreRoot.h> 33 #include <OgreSceneManager.h> 32 34 #include "core/ConsoleCommand.h" 33 35 #include "core/CommandLine.h" -
code/branches/gui/src/orxonox/objects/Backlight.cc
r1686 r1697 39 39 #include "util/Math.h" 40 40 #include "GraphicsEngine.h" 41 #include "Orxonox.h"42 41 43 42 namespace orxonox -
code/branches/gui/src/orxonox/tools/ParticleInterface.cc
r1662 r1697 39 39 40 40 #include "GraphicsEngine.h" 41 #include "Orxonox.h"42 41 #include "core/CoreIncludes.h" 43 42 #include "util/Convert.h" -
code/branches/gui/src/tolua/toluabind_orxonox.c
r1651 r1697 1 1 /* 2 2 ** Lua binding: tolua 3 ** Generated automatically by tolua++-1.0.92 on Sun Jul 27 14:07:122008.3 ** Generated automatically by tolua++-1.0.92 on Wed Aug 27 22:42:01 2008. 4 4 */ 5 5 -
code/branches/gui/src/tolua/toluabind_orxonox.h
r1651 r1697 1 1 /* 2 2 ** Lua binding: tolua 3 ** Generated automatically by tolua++-1.0.92 on Sun Jul 27 14:07:122008.3 ** Generated automatically by tolua++-1.0.92 on Wed Aug 27 22:42:01 2008. 4 4 */ 5 5
Note: See TracChangeset
for help on using the changeset viewer.