Changeset 2800 for code/branches/gui/src/core/Core.h
- Timestamp:
- Mar 19, 2009, 10:34:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Core.h
r2799 r2800 66 66 67 67 bool isLoaded() { return this->loaded_; } 68 void tick(const Clock& time);68 void update(const Clock& time); 69 69 70 70 static Core& getInstance() { assert(Core::singletonRef_s); return *Core::singletonRef_s; }
Note: See TracChangeset
for help on using the changeset viewer.