mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
9e187ac8bc
[CHG] lesson2 renamed bitmap_fx [CHG] Version is now 4.2.0
14 lines
539 B
C
14 lines
539 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _pirate_h_
|
|
#define _pirate_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern const unsigned char pirate[];
|
|
extern const int pirate_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_pirate_h_
|
|
//---------------------------------------------------------------------------------
|