#ifndef __JABYENGINE__HPP__ #define __JABYENGINE__HPP__ #include "../stdint.h" namespace JabyEngine { typedef void (*MainRoutine)(); } #endif //!__JABYENGINE__HPP__