mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-10-31 15:45:09 -04: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
|