Improve starting of the game and reduce persistent memory usage

This commit is contained in:
Jaby
2023-04-17 20:21:32 +02:00
committed by Jaby
parent e25ab9da8f
commit ac25f699e0
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)();