mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-16 03:53:32 +01:00
8 lines
138 B
C++
8 lines
138 B
C++
#pragma once
|
|
#include <switch.h>
|
|
|
|
class ProcessTracking {
|
|
public:
|
|
static void Initialize();
|
|
static void MainLoop();
|
|
}; |