1
0
Fork 0
mirror of https://github.com/GRRLIB/GRRLIB.git synced 2025-03-30 13:55:17 +00:00
GRRLIB/examples/TileDemo/source/gfx/perso.h

14 lines
534 B
C

/*
This file was autogenerated by raw2c.
Visit http://www.devkitpro.org
*/
//---------------------------------------------------------------------------------
#ifndef _perso_h_
#define _perso_h_
//---------------------------------------------------------------------------------
extern const unsigned char perso[];
extern const int perso_size;
//---------------------------------------------------------------------------------
#endif //_perso_h_
//---------------------------------------------------------------------------------