Atmosphere/stratosphere/pm/source/pm_process_track.hpp

7 lines
113 B
C++
Raw Normal View History

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