Newer
Older
Atmosphere / stratosphere / pm / source / pm_process_track.hpp
#pragma once
#include <switch.h>

class ProcessTracking {
    public:
        static void MainLoop(void *arg);
};