mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-21 06:48:52 -05:00
9 lines
132 B
C
9 lines
132 B
C
#ifndef _main_h__
|
|
#define _main_h__
|
|
|
|
#include "config.h"
|
|
|
|
extern unsigned char current_pad_type[NUM_CHANNELS];
|
|
|
|
#endif // _main_h__
|