1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-18 21:13:38 +01:00
AIO-switch-updater/include/current_cfw.hpp

13 lines
186 B
C++
Raw Permalink Normal View History

2021-02-10 16:28:47 +00:00
#pragma once
2021-03-10 20:43:00 +00:00
#include <string>
2021-02-10 16:28:47 +00:00
2021-09-11 14:48:13 +01:00
#include "constants.hpp"
namespace CurrentCfw {
CFW getCFW();
std::string getAmsInfo();
extern CFW running_cfw;
2021-09-11 14:48:13 +01:00
} // namespace CurrentCfw