Remove Overlayhader and support loading overlays

This commit is contained in:
Jaby Blubb
2023-04-10 17:01:28 +02:00
parent c37a011b9a
commit 12e1b54ce9
8 changed files with 47 additions and 65 deletions

View File

@@ -3,7 +3,7 @@
#include "jabyengine_config.hpp"
#include "../stddef.h"
#define __keep __attribute__((used))
#define __used __attribute__((used))
#define __no_align __attribute__((packed))
#define __no_inline __attribute__((noinline))
#define __always_inline __attribute__((always_inline))