mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-06 02:45:07 +01:00
15 lines
562 B
C
15 lines
562 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _button_select_h_
|
|
#define _button_select_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern unsigned char button_select[];
|
|
extern int button_select_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_button_select_h_
|
|
//---------------------------------------------------------------------------------
|