Changeset 1697 for code/branches/gui/src/core
- Timestamp:
- Sep 3, 2008, 8:55:49 PM (16 years ago)
- Location:
- code/branches/gui/src/core
- Files:
-
- 2 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:
Note: See TracChangeset
for help on using the changeset viewer.