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