GRRLIB/examples/3D_sample2/source/gfx/girl.h
N0NameN0 9b73645f0e [CHG] 3D_sample1 to add text display
[ADD] 3D_sample2 : Simple 3D Textured Cube sample code.
2009-12-06 20:16:00 +00:00

14 lines
529 B
C

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