mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-18 14:45:43 -04:00
19 lines
259 B
C
19 lines
259 B
C
// Graphics converted using PAGfx by Mollusk.
|
|
|
|
#pragma once
|
|
|
|
#include <PA_BgStruct.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
// Sprites:
|
|
extern const unsigned char mollusk_Texture[4096] _GFX_ALIGN; // 16bit texture
|
|
|
|
// Palettes:
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|