source: abuse/branches/pd/macabuse/imlib/include/timer.hpp @ 636

Last change on this file since 636 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 132 bytes
Line 
1#ifndef __TIMER_HPP_
2#define __TIMER_HPP_
3typedef void (*int_handler)();
4void init_timer(int_handler int_proc, long utime);
5#endif
6
Note: See TracBrowser for help on using the repository browser.