init.h 165 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #ifndef ION_SIMULATOR_PLATFORM_INIT_H #define ION_SIMULATOR_PLATFORM_INIT_H #include <ion.h> extern Ion::Events::Event currentEvent; void init_platform(); #endif