GRRLIB/examples/lesson1/source/gfx/test_bmp.h

15 lines
549 B
C
Raw Normal View History

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