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