 |
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
|
Go to the documentation of this file.
6 #ifdef TOOL_LIB_EXPORTS
7 #define TOOL_LIB_API __declspec(dllexport)
9 #define TOOL_LIB_API __declspec(dllimport)
18 std::string command =
"";
19 std::string syntax =
"";
20 std::string description =
"";
62 virtual int execute(std::vector<std::string> args) {
return 1; }