mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
c2d9ac8f5c
Also greatly refactors libstratosphere, and does a lot of other things. There is a lot of code in this one.
11 lines
No EOL
305 B
C++
11 lines
No EOL
305 B
C++
#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);
|
|
}; |