mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
14 lines
554 B
C
14 lines
554 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _pixeltest_h_
|
|
#define _pixeltest_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern const unsigned char pixeltest[];
|
|
extern const int pixeltest_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_pixeltest_h_
|
|
//---------------------------------------------------------------------------------
|