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