2021-02-10 17:28:47 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "constants.hpp"
|
2021-03-10 21:43:00 +01:00
|
|
|
#include <string>
|
2021-02-10 17:28:47 +01:00
|
|
|
|
2021-03-16 03:04:21 +01:00
|
|
|
namespace CurrentCfw {
|
|
|
|
|
|
|
|
CFW getCFW();
|
|
|
|
std::string getAmsInfo();
|
|
|
|
const extern CFW running_cfw;
|
|
|
|
|
|
|
|
}
|