11 lines
166 B
C
11 lines
166 B
C
#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_
|