Changeset 555 for abuse/trunk/src/imlib/timing.h
- Timestamp:
- Apr 29, 2011, 9:18:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/timing.h
r494 r555 5 5 * 6 6 * This software was released into the Public Domain. As with most public 7 * domain software, no warranty is made or implied by Crack dot Com or8 * Jonathan Clark .7 * domain software, no warranty is made or implied by Crack dot Com, by 8 * Jonathan Clark, or by Sam Hocevar. 9 9 */ 10 10 … … 15 15 { 16 16 public: 17 #if defined __CELLOS_LV2__ 18 uint64_t ticks; 19 #else 17 20 long seconds; 18 21 long micro_seconds; 22 #endif 19 23 void get_time(); 20 24 time_marker();
Note: See TracChangeset
for help on using the changeset viewer.