source:
abuse/branches/pd/imlib/include/timer.hpp
@
597
Last change on this file since 597 was 49, checked in by , 15 years ago | |
---|---|
File size: 132 bytes |
Line | |
---|---|
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.