1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/stratosphere/pm/source/pm_process_track.hpp
2018-05-03 04:10:05 -06:00

8 lines
138 B
C++

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