mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
13 lines
No EOL
186 B
C++
13 lines
No EOL
186 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include "constants.hpp"
|
|
|
|
namespace CurrentCfw {
|
|
|
|
CFW getCFW();
|
|
std::string getAmsInfo();
|
|
extern CFW running_cfw;
|
|
|
|
} // namespace CurrentCfw
|