mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-04-22 21:07:30 -05:00
9 lines
200 B
C++
9 lines
200 B
C++
#ifndef __DSCAPTURE_FTD2_DRIVER_ACQUISITION_HPP
|
|
#define __DSCAPTURE_FTD2_DRIVER_ACQUISITION_HPP
|
|
|
|
#include "capture_structs.hpp"
|
|
|
|
void ftd2_capture_main_loop_driver(CaptureData* capture_data);
|
|
|
|
#endif
|