 |
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.
8 #ifdef TOOL_LIB_EXPORTS
9 #define TOOL_LIB_API __declspec(dllexport)
11 #define TOOL_LIB_API __declspec(dllimport)
Class for the Compile Tag command.
Definition: CompileTagCommand.hpp:24
#define TOOL_LIB_API
Definition: console.h:11
int execute(std::vector< std::string > args)
Executes the command.
Definition: HelpCommand.hpp:44
Class for the Decompile Tag command.
Definition: DecompileTagCommand.hpp:23
Class for the list-projects command.
Definition: ListProjectsCommand.hpp:21
Class for the Material command.
Definition: MaterialCommand.hpp:34
Class for the Shaderc command.
Definition: ShadercCommand.hpp:21
Class for the choose-project command.
Definition: ChooseProjectCommand.hpp:23
Class for the Prepare Surface Shader command.
Definition: PrepareSurfaceShader.hpp:22
Class for the render-model command.
Definition: RenderModelCommand.hpp:28
Class for the bulk-import-model-folder command.
Definition: BulkImportModelFolderCommand.hpp:26
Class for the Help command.
Definition: HelpCommand.hpp:19
void SetApplicationLabelName(std::string name)
Updates the application name label.
Definition: HelpCommand.hpp:39
int ShowCommandGuide(std::string app_name_label)
Definition: console.cpp:57
Class for the Compile Shaders command.
Definition: CompileShadersCommand.hpp:25
Class for the set-project command.
Definition: SetProjectCommand.hpp:27
Class for the build command.
Definition: BuildCommand.hpp:27
Class for the parse-scripts command.
Definition: ParseScriptsCommand.hpp:28
Class for the generate-game-stub-project command.
Definition: GenerateGameStubProjectCommand.hpp:32
Class for the Export Tag Class command.
Definition: ExportTagClassCommand.hpp:25
Class for the Bitmaps command.
Definition: BitmapsCommand.hpp:30
Class for the generate-script-project command.
Definition: GenerateScriptProjectCommand.hpp:25
Class for the GUI command.
Definition: GUICommand.hpp:23
std::vector< ToolCommand * > commands
Definition: console.cpp:26