Changeset 1674 for code/branches/gui/src/orxonox/gamestates/GSStandalone.h
- Timestamp:
- Aug 28, 2008, 8:30:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSStandalone.h
r1672 r1674 41 41 ~GSStandalone(); 42 42 43 44 43 private: 45 44 void enter(); 46 45 void leave(); 47 void ticked( float dt, uint64_ttime);46 void ticked(const Clock& time); 48 47 }; 49 48 }
Note: See TracChangeset
for help on using the changeset viewer.