Changeset 5842 for code/branches/core5/src/orxonox/gamestates/GSRoot.h
- Timestamp:
- Sep 30, 2009, 6:13:09 PM (15 years ago)
- Location:
- code/branches/core5/src/orxonox/gamestates
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/gamestates/GSRoot.h
r5738 r5842 30 30 #define _GSRoot_H__ 31 31 32 #include " gamestates/GameStatesPrereqs.h"32 #include "OrxonoxPrereqs.h" 33 33 #include "core/GameState.h" 34 34 35 35 namespace orxonox 36 36 { 37 class _ GameStatesExport GSRoot : public GameState37 class _OrxonoxExport GSRoot : public GameState 38 38 { 39 39 public:
Note: See TracChangeset
for help on using the changeset viewer.