Elaztek Developer Hub
Blamite Game Engine - Tool (Library)  00368.02.12.23.1347.blamite
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
console.cpp File Reference
#include "console.h"
#include <Strings/components/utils/string/string.h>
#include "version/version.h"
#include "commands/HelpCommand.hpp"
#include "commands/CompileTagCommand.hpp"
#include "commands/CompileShadersCommand.hpp"
#include "commands/DecompileTagCommand.hpp"
#include "commands/GUICommand.hpp"
#include "commands/BitmapsCommand.hpp"

Functions

int ShowCommandGuide (std::string app_name_label)
 

Variables

std::vector< ToolCommand * > commands = std::vector<ToolCommand*>()
 

Function Documentation

◆ ShowCommandGuide()

int ShowCommandGuide ( std::string  app_name_label)

Variable Documentation

◆ commands

std::vector<ToolCommand*> commands = std::vector<ToolCommand*>()