mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-10 04:21:44 +00:00
7 lines
131 B
C++
7 lines
131 B
C++
|
#pragma once
|
||
|
|
||
|
#include "constants.hpp"
|
||
|
|
||
|
bool isServiceRunning(const char *serviceName);
|
||
|
CFW getCFW();
|
||
|
static CFW running_cfw = ams;
|