mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-18 14:45:43 -04:00
20 lines
311 B
C
20 lines
311 B
C
// Graphics converted using PAGfx by Mollusk.
|
|
|
|
#pragma once
|
|
|
|
#include <PA_BgStruct.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
// Sprites:
|
|
extern const unsigned char bar_Texture[8192] _GFX_ALIGN; // Palette: bar_Pal
|
|
|
|
// Palettes:
|
|
extern const unsigned short bar_Pal[256] _GFX_ALIGN;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|