1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-05 19:51:45 +00:00
Atmosphere/stratosphere/pm/source/pm_process_track.hpp

8 lines
No EOL
147 B
C++

#pragma once
#include <switch.h>
class ProcessTracking {
public:
static void Initialize();
static void MainLoop(void *arg);
};