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

15 lines
534 B
C
Raw Normal View History

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