mirror of
https://github.com/Brawl345/customizemii.git
synced 2024-11-14 20:35:12 +01:00
15 lines
544 B
C
15 lines
544 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _install_h_
|
|
#define _install_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern const unsigned char install[];
|
|
extern const int install_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_install_h_
|
|
//---------------------------------------------------------------------------------
|