Remove Overlayhader and support loading overlays

This commit is contained in:
Jaby
2023-04-10 17:01:28 +02:00
committed by Jaby
parent 575bc5d6bc
commit 15b3f32039
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))