source:
abuse/trunk/src/imlib/include/timer.hpp
@
17
Last change on this file since 17 was 2, checked in by , 17 years ago | |
---|---|
File size: 132 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef __TIMER_HPP_ |
2 | #define __TIMER_HPP_ | |
3 | typedef void (*int_handler)(); | |
4 | void init_timer(int_handler int_proc, long utime); | |
5 | #endif | |
6 |
Note: See TracBrowser
for help on using the repository browser.