mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
10 lines
165 B
C
10 lines
165 B
C
#ifndef ION_SIMULATOR_PLATFORM_INIT_H
|
|
#define ION_SIMULATOR_PLATFORM_INIT_H
|
|
|
|
#include <ion.h>
|
|
|
|
extern Ion::Events::Event currentEvent;
|
|
void init_platform();
|
|
|
|
#endif
|