|
|
/* Create a simple timer with no client data, but it repeats. */
|
|
/* Create a simple timer with no client data, but it repeats. */
|
|
|
#define timer_create_repeater(howlong,name,callback) timer_create_complex(howlong, name, callback, NULL, TIMER_REPEAT)
|
|
#define timer_create_repeater(howlong,name,callback) timer_create_complex(howlong, name, callback, NULL, TIMER_REPEAT)
|