18 lines
306 B
C
18 lines
306 B
C
#include <engine.h>
|
|
|
|
void create(void) {
|
|
}
|
|
|
|
void subscribe(void) {
|
|
//this should return an handle that allow to poll event that happen last frame
|
|
}
|
|
|
|
void emit(void) {
|
|
double currentTime = GetTime();
|
|
int event_type = 0;
|
|
char* Information = "tmp";
|
|
int initiator = 0;
|
|
int actors = 0;
|
|
int action = 0;
|
|
}
|