mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-18 16:45:39 -04:00
9 lines
212 B
C++
9 lines
212 B
C++
#ifndef __3DSCAPTURE_FTD3_DRIVER_ACQUISITION_HPP
|
|
#define __3DSCAPTURE_FTD3_DRIVER_ACQUISITION_HPP
|
|
|
|
#include "capture_structs.hpp"
|
|
|
|
void ftd3_driver_capture_main_loop(CaptureData* capture_data, int pipe);
|
|
|
|
#endif
|