GRRLIB/examples/NEED_GRRLIB_FUNCTION/source/gfx/room.h

15 lines
529 B
C
Raw Normal View History

/*
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_
//---------------------------------------------------------------------------------