Changeset 1755 for code/trunk/src/core/Core.h
- Timestamp:
- Sep 10, 2008, 1:37:36 AM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/gui (added) merged: 1636,1638,1640-1647,1649-1654,1656,1659-1665,1670,1672-1674,1686,1688-1692,1694-1697,1704 /code/branches/input (added) merged: 1629-1630
- Property svn:mergeinfo changed
-
code/trunk/src/core/Core.h
r1747 r1755 23 23 * Fabian 'x3n' Landau 24 24 * Co-authors: 25 * ...25 * Reto Grieder 26 26 * 27 27 */ … … 29 29 /** 30 30 @file Core.h 31 @brief De finition of the Core class.31 @brief Declaration of the Core class. 32 32 33 33 The Core class is a singleton, only used to configure some variables … … 60 60 static void resetLanguage(); 61 61 62 static void tick(float dt);62 //static void tick(float dt); 63 63 64 64 private:
Note: See TracChangeset
for help on using the changeset viewer.