palib/examples/3DSprites/3DMoveSprite/gfx/all_gfx.h
2025-01-06 22:43:23 +00:00

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