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

14 lines
534 B
C

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