1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-11-02 00:25:01 -04:00
gc_n64_usb-v3/main.h
2021-03-04 15:46:59 +09:00

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__