10 lines
121 B
C
10 lines
121 B
C
|
#ifndef __CORE_H__
|
||
|
#define __CORE_H_
|
||
|
|
||
|
#include <agar/core.h>
|
||
|
|
||
|
void init_core();
|
||
|
void event_loop();
|
||
|
|
||
|
#endif // __CORE_H__
|