Changeset 124 for abuse/trunk/src/imlib/timing.hpp
- Timestamp:
- Mar 18, 2008, 9:36:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/timing.hpp
r112 r124 15 15 public: 16 16 long seconds; 17 long micro_seconds; 17 long micro_seconds; 18 18 void get_time(); 19 time_marker(); 19 time_marker(); 20 20 double diff_time(time_marker *other); // return time diff in seconds 21 21 };
Note: See TracChangeset
for help on using the changeset viewer.