palib/examples/16c/16cSprites/16cSpriteAnim/gfx/all_gfx.h
2025-01-06 22:43:23 +00:00

18 lines
375 B
C

//Gfx converted using Mollusk's PAGfx Converter
//This file contains all the .h, for easier inclusion in a project
#ifndef ALL_GFX_H
#define ALL_GFX_H
// Sprite files :
extern const unsigned char ropes_Sprite[192] __attribute__ ((aligned (4))) ; // Pal : ropes_Pal
// Palette files :
extern const unsigned short ropes_Pal[7] __attribute__ ((aligned (4))) ;
#endif