Last change
on this file since 7899 was
7899,
checked in by bensch, 18 years ago
|
gui: added timer class for a more exact time
|
File size:
286 bytes
|
Rev | Line | |
---|
[7899] | 1 | |
---|
| 2 | /*! |
---|
| 3 | * @file timer.h |
---|
| 4 | * @brief Definition of Time Class. |
---|
| 5 | * |
---|
| 6 | * These are mainly Classes, that are used for wrapping around SDL_thread |
---|
| 7 | */ |
---|
| 8 | |
---|
| 9 | #ifndef __TIMER_H__ |
---|
| 10 | #define __TIMER_H__ |
---|
| 11 | |
---|
| 12 | //! A class to handle time itself |
---|
| 13 | class Timer |
---|
| 14 | { |
---|
| 15 | static double getNow(); |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | }; |
---|
| 19 | |
---|
| 20 | #endif /* __TIMER_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.