Improve starting of the game and reduce persistent memory usage

This commit is contained in:
2023-04-17 20:21:32 +02:00
parent e6042808ee
commit e833b758cc
6 changed files with 25 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#ifndef __JABYENGINE__HPP__
#define __JABYENGINE__HPP__
#include "../stdint.h"
#include "jabyengine_defines.h"
namespace JabyEngine {
typedef void (*MainRoutine)();