Elaztek Developer Hub
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
GenerateGameStubProjectCommand.hpp File Reference
#include <Strings/components/logger/logger.h>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/utils/string/string.h>
#include <Strings/components/utils/list/list.h>
#include <Strings/components/3rdparty/rapidxml/rapidxml.hpp>
#include <HEKGuerilla/components/projects/projects.h>
#include "../ToolCommand.hpp"
#include "../console.h"
#include "components/utils/utils.h"
+ Include dependency graph for GenerateGameStubProjectCommand.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GenerateGameStubProjectCommand
 Class for the generate-game-stub-project command. More...
 

Macros

#define TOOL_LIB_API   __declspec(dllimport)
 
#define VC_DEBUG_WIN32   0
 
#define VC_DEBUG_WIN64   1
 
#define VC_RELEASE_WIN32   2
 
#define VC_RELEASE_WIN64   3
 

Macro Definition Documentation

◆ TOOL_LIB_API

#define TOOL_LIB_API   __declspec(dllimport)

◆ VC_DEBUG_WIN32

#define VC_DEBUG_WIN32   0

◆ VC_DEBUG_WIN64

#define VC_DEBUG_WIN64   1

◆ VC_RELEASE_WIN32

#define VC_RELEASE_WIN32   2

◆ VC_RELEASE_WIN64

#define VC_RELEASE_WIN64   3