1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 21:45:04 +01:00
AIO-switch-updater/include/current_cfw.hpp
2021-03-10 21:43:00 +01:00

9 lines
175 B
C++

#pragma once
#include "constants.hpp"
#include <string>
bool isServiceRunning(const char *serviceName);
CFW getCFW();
std::string getAmsInfo();
const extern CFW running_cfw;