palib/examples/Backgrounds/Advanced/GetBgPixel/gfx/all_gfx.h
2025-01-06 22:43:23 +00:00

19 lines
215 B
C

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