Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Guerilla
00307.01.26.21.0804.blamite
The tag editor for the Blamite Game Engine.
ascii.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include "../fields.h"
6
7
#ifdef GUERILLA_EXPORTS
8
#define GUERILLA_API __declspec(dllexport)
9
#else
10
#define GUERILLA_API __declspec(dllimport)
11
#endif
12
13
class
GUERILLA_API
BlamTagField_Ascii
:
public
BlamTagField
14
{
15
private
:
16
17
public
:
18
std::string value =
""
;
19
20
BlamTagField_Ascii
(
BlamTag
* _tag);
21
22
std::string
GenerateXMLString
();
23
std::vector<char>
GetValueAsBytes
();
24
};
BlamTagField
Definition:
fields.h:68
GUERILLA_API
#define GUERILLA_API
Definition:
ascii.h:10
BlamTagField::GenerateXMLString
virtual std::string GenerateXMLString()
Definition:
BlamTagField.cpp:9
BlamTag
Class representing a Tag.
Definition:
tags.h:119
BlamTagField::GetValueAsBytes
virtual std::vector< char > GetValueAsBytes()
Definition:
BlamTagField.cpp:14
BlamTagField_Ascii
Definition:
ascii.h:13
guerilla
components
tags
fields
ascii
ascii.h
Generated on Tue Jan 26 2021 08:26:49 for Blamite Game Engine - Guerilla by
1.8.17