Atmosphere/stratosphere/fs_mitm/source/fsmitm_worker.hpp

11 lines
305 B
C++
Raw Normal View History

#pragma once
#include <switch.h>
#include <stratosphere.hpp>
class FsMitMWorker {
private:
static Result AddWaitableCallback(void *arg, Handle *handles, size_t num_handles, u64 timeout);
public:
static void Main(void *arg);
static void AddWaitable(IWaitable *waitable);
};