1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-11-15 05:35:00 -05:00
gc_n64_usb-v3/tools/gcn64_priv.h
Raphael Assenat 4178ca2e52 tool to tools
2015-12-06 23:10:27 -05: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