hgeStringTable Constructor
To create and initalize a hgeStringTable object you may use this constructor:
hgeStringTable(
const char *filename
);
Parameters
- filename
- String table filename.
Remarks
The string table file is loaded with
Resource_Load
function, so all it's features are applicable.
All strings loaded and parsed by hgeStringTable object will
be deleted from memory within hgeStringTable destructor.
Requirements
Header: hgestrings.h
Import library: hgehelp.lib
See also
String table file
|