mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-05 18:35:07 +01:00
15 lines
549 B
C
15 lines
549 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _Load_usb_h_
|
|
#define _Load_usb_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern const unsigned char Load_usb[];
|
|
extern const int Load_usb_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_Load_usb_h_
|
|
//---------------------------------------------------------------------------------
|