1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-10-31 15:45:09 -04:00
gc_n64_usb-v3/tool/gcn64_priv.h
2015-08-23 02:51:41 -04:00

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