Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
fields.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "fields/ascii/ascii.h"
6 #include "fields/block/block.h"
8 #include "fields/color/color.h"
10 #include "fields/enum/enum.h"
11 #include "fields/int/int.h"
12 #include "fields/tagref/tagref.h"
13 #include "fields/dataref/dataref.h"
14 
15 #ifndef BLAM
16 #define BLAM
17 #endif
18 
19 namespace Blam::Content::Tags
20 {
28  BLAM std::string GetFieldName(BlamPluginFieldType type);
29 }
comment.h
Blam::Content::Tags::GetFieldName
BLAM std::string GetFieldName(BlamPluginFieldType type)
Generates a string representation of a plugin field type.
Definition: fields.cpp:3
block.h
Blam::Content::Tags
Namespace containing functions related to tag data.
Definition: bitmap.h:10
BLAM
#define BLAM
Definition: fields.h:16
bitfield.h
boolean.h
dataref.h
tagref.h
color.h
BlamPluginField.h
ascii.h
BlamPluginFieldType
BlamPluginFieldType
Definition: BlamPluginField.h:5
int.h
enum.h