mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-19 07:05:34 -04:00
20 lines
313 B
C
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
|