Initial Commit
This commit is contained in:
13
include/current_cfw.hpp
Normal file
13
include/current_cfw.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "constants.hpp"
|
||||
|
||||
namespace CurrentCfw {
|
||||
|
||||
CFW getCFW();
|
||||
std::string getAmsInfo();
|
||||
extern CFW running_cfw;
|
||||
|
||||
} // namespace CurrentCfw
|
||||
Reference in New Issue
Block a user