Elaztek Developer Hub
Blamite Game Engine - Guerilla  00307.01.26.21.0804.blamite
The tag editor for the Blamite Game Engine.
BlamTag.cpp File Reference
#include "tags.h"
#include <fstream>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/utils/converters/converters.h>
#include <Strings/components/utils/xml/xml.h>
#include <blam/version_data.h>
#include "fields/ascii/ascii.h"
#include "fields/enum/enum.h"
#include "fields/int/int.h"
#include "fields/float32/float32.h"
#include "fields/bitfield/bitfield.h"
#include "fields/block/block.h"
#include "components/logger/logger.h"

Macros

#define ENGINE_VERSION   "00307.01.26.21.0804.blamite"
 

Functions

std::vector< char > build_tag_data_segment (int start_offset, int base_size, std::vector< BlamTagField * > fields)
 

Macro Definition Documentation

◆ ENGINE_VERSION

#define ENGINE_VERSION   "00307.01.26.21.0804.blamite"

Function Documentation

◆ build_tag_data_segment()

std::vector<char> build_tag_data_segment ( int  start_offset,
int  base_size,
std::vector< BlamTagField * >  fields 
)