Improve starting of the game and reduce persistent memory usage

This commit is contained in:
Jaby
2023-04-17 20:21:32 +02:00
parent 74d58a5a50
commit 9c7a94ea6a
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)();