Changeset 2257 for trunk/src/lol/sys/timer.h
- Timestamp:
- Jan 22, 2013, 1:48:51 AM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/sys/timer.h
r2256 r2257 2 2 // Lol Engine 3 3 // 4 // Copyright: (c) 2010-201 1Sam Hocevar <sam@hocevar.net>4 // Copyright: (c) 2010-2013 Sam Hocevar <sam@hocevar.net> 5 5 // This program is free software; you can redistribute it and/or 6 6 // modify it under the terms of the Do What The Fuck You Want To … … 14 14 // 15 15 16 #if !defined __LOL_ TIMER_H__17 #define __LOL_ TIMER_H__16 #if !defined __LOL_SYS_TIMER_H__ 17 #define __LOL_SYS_TIMER_H__ 18 18 19 19 namespace lol … … 38 38 } /* namespace lol */ 39 39 40 #endif // __LOL_ TIMER_H__40 #endif // __LOL_SYS_TIMER_H__ 41 41
Note: See TracChangeset
for help on using the changeset viewer.