8 lines
120 B
C
8 lines
120 B
C
|
#ifndef IREACTIVE_ONCE
|
||
|
#define IREACTIVE_ONCE
|
||
|
|
||
|
struct Event_;
|
||
|
|
||
|
typedef bool (*processEventT)(struct Event_* ev);
|
||
|
|
||
|
#endif
|