palib/examples/C++/Gravity/gfx/all_gfx.h
2025-01-06 22:43:23 +00:00

20 lines
313 B
C

// Graphics converted using PAGfx by Mollusk.
#pragma once
#include <PA_BgStruct.h>
#ifdef __cplusplus
extern "C"{
#endif
// Sprites:
extern const unsigned char ball_Sprite[1024] _GFX_ALIGN; // Palette: ball_Pal
// Palettes:
extern const unsigned short ball_Pal[256] _GFX_ALIGN;
#ifdef __cplusplus
}
#endif