![]() |
Blamite Game Engine - Strings
00312.05.15.21.1835.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <GUICommand.hpp>
Inheritance diagram for GUICommand:Public Member Functions | |
| GUICommand () | |
| int | execute (std::vector< std::string > args) |
Public Member Functions inherited from ToolCommand | |
| std::string | GetCommandName () |
| std::string | GetSyntax () |
| std::string | GetDescription () |
Additional Inherited Members | |
Protected Attributes inherited from ToolCommand | |
| std::string | command = "" |
| std::string | syntax = "" |
| std::string | description = "" |
|
inline |
|
inlinevirtual |
Reimplemented from ToolCommand.