Embedded gpp

This commit is contained in:
kamkow1
2025-06-09 20:10:57 +02:00
parent 23de19b63e
commit ac48e49ecc
11 changed files with 171 additions and 78 deletions

10
baked.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef BAKED_H_
#define BAKED_H_
#define INCBIN_PREFIX
#define INCBIN_STYLE INCBIN_STYLE_SNAKE
#include "incbin/incbin.h"
INCBIN_EXTERN(gpp1);
#endif // BAKED_H_