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