Atmosphere/stratosphere/pm/source/pm_process_track.hpp

8 lines
138 B
C++
Raw Normal View History

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