mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-14 13:15:17 -05:00
11 lines
146 B
C
11 lines
146 B
C
|
#ifndef _gcn64_priv_h__
|
||
|
#define _gcn64_priv_h__
|
||
|
|
||
|
#include "hidapi.h"
|
||
|
|
||
|
struct gcn64_list_ctx {
|
||
|
struct hid_device_info *devs, *cur_dev;
|
||
|
};
|
||
|
|
||
|
#endif
|