gc_n64_usb-v3/main.h

12 lines
181 B
C
Raw Permalink Normal View History

2015-10-31 01:39:24 -04:00
#ifndef _main_h__
#define _main_h__
2021-03-04 01:46:59 -05:00
#include <stdint.h>
#include "config.h"
extern unsigned char current_pad_type[NUM_CHANNELS];
2021-03-04 01:46:59 -05:00
extern uint8_t num_players;
2015-10-31 01:39:24 -04:00
#endif // _main_h__