Changeset 7900 in orxonox.OLD for branches/gui/src/lib/util
- Timestamp:
- May 27, 2006, 1:09:35 PM (19 years ago)
- Location:
- branches/gui/src/lib/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/util/timer.cc
r7899 r7900 12 12 #include <sys/time.h> 13 13 14 14 /** 15 * @returns the current time in Second exact to the micro-second 16 */ 15 17 double Timer::getNow() { 16 18 -
branches/gui/src/lib/util/timer.h
r7899 r7900 13 13 class Timer 14 14 { 15 public: 15 16 static double getNow(); 16 17
Note: See TracChangeset
for help on using the changeset viewer.