mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-02 00:25:01 -04:00
12 lines
181 B
C
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__
|