palib/examples/16c/16cText/16cTextFont/gfx/all_gfx.h
2025-01-06 22:43:23 +00:00

20 lines
255 B
C

// Graphics converted using PAGfx by Mollusk.
#pragma once
#include <PA_BgStruct.h>
#ifdef __cplusplus
extern "C"{
#endif
// Backgrounds:
extern const PA_BgStruct bigfont;
extern const PA_BgStruct smallfont;
// Palettes:
#ifdef __cplusplus
}
#endif