Fission FSN
Loading...
Searching...
No Matches
fsCXml.cpp File Reference
#include "fsCXml.h"
#include <string.h>
#include <stdio.h>
#include "../../fsIFile.h"
#include "fsCXmlFileReader.h"
Include dependency graph for fsCXml.cpp:

Macros

#define SHOW_ERRORS

Variables

const char * CIwGameVpXmlParserErrors []
int gIntListPool [16]
int gIntListPoolIndex = 0
float gFloatListPool [16]
int gFloatListPoolIndex = 0
bool gBoolListPool [16]
int gBoolListPoolIndex = 0

Macro Definition Documentation

◆ SHOW_ERRORS

#define SHOW_ERRORS

Variable Documentation

◆ CIwGameVpXmlParserErrors

const char* CIwGameVpXmlParserErrors[]
Initial value:
=
{
"",
"No XML tags found",
"XML file could not be read",
"Missing end tag",
"Missing close comment '-->'",
"Mismatched end tag",
"Missing '=' sign in attribute definition",
"Missing value in attribute definition",
"Missing closing quote in attribute value definition",
"Invalid tag"
}

◆ gBoolListPool

bool gBoolListPool[16]

◆ gBoolListPoolIndex

int gBoolListPoolIndex = 0

◆ gFloatListPool

float gFloatListPool[16]

◆ gFloatListPoolIndex

int gFloatListPoolIndex = 0

◆ gIntListPool

int gIntListPool[16]

◆ gIntListPoolIndex

int gIntListPoolIndex = 0