mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-04-19 19:37:26 -05:00
10 lines
237 B
C++
10 lines
237 B
C++
#ifndef __DSCAPTURE_FTD2_LIBUSB_ACQUISITION_HPP
|
|
#define __DSCAPTURE_FTD2_LIBUSB_ACQUISITION_HPP
|
|
|
|
#include "dscapture_ftd2_shared.hpp"
|
|
#include "capture_structs.hpp"
|
|
|
|
void ftd2_capture_main_loop_libusb(CaptureData* capture_data);
|
|
|
|
#endif
|