jabyengine/include/PSX/jabyengine.hpp

9 lines
170 B
C++

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