Files
cheats-updater/include/current_cfw.hpp
2026-03-05 20:18:29 +01:00

13 lines
198 B
C++

#pragma once
#include <string>
#include "constants.hpp"
namespace CurrentCfw {
CFW getCFW();
std::string getAmsInfo();
extern CFW running_cfw;
} // namespace CurrentCfw