gc_n64_usb-v3/main.h

12 lines
181 B
C

#ifndef _main_h__
#define _main_h__
#include <stdint.h>
#include "config.h"
extern unsigned char current_pad_type[NUM_CHANNELS];
extern uint8_t num_players;
#endif // _main_h__