mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-18 14:45:43 -04:00
18 lines
375 B
C
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
|
|
|