GRRLIB/examples/nonameno02/source/gfx/ball.h
N0NameN0 609bc1b0e1 [CHG] Move GRRLIB_Screen2Texture to GRRLIB.C instead of addon
[ADD] A Sample Code to Show the GRRLIB_Screen2Texture conversion BUG
2009-03-22 23:04:46 +00:00

14 lines
529 B
C

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