Files
jabyengine/include/PSX/jabyengine.hpp
2023-04-16 21:39:47 +02:00

9 lines
170 B
C++

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