mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
a46deda984
[ADD] NEED_GRRLIB_FUNCTION a sample demo code that can be a base to code new functions !! i really need help on this !!
14 lines
529 B
C
14 lines
529 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _room_h_
|
|
#define _room_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern const unsigned char room[];
|
|
extern const int room_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_room_h_
|
|
//---------------------------------------------------------------------------------
|