mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 12:57:21 +01:00
7 lines
113 B
C++
7 lines
113 B
C++
#pragma once
|
|
#include <switch.h>
|
|
|
|
class ProcessTracking {
|
|
public:
|
|
static void MainLoop(void *arg);
|
|
}; |