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