Enhancement - Object integration
- Began the big integration festival by moving all objects out of the sandbox. - Hooked up one error message to context.stringtable, just to make a point.
This commit is contained in:
@@ -68,6 +68,8 @@ StringTable::~StringTable ()
|
||||
// ...
|
||||
void StringTable::load (const std::string& file)
|
||||
{
|
||||
mMapping.clear (); // Allows dynamic reload.
|
||||
|
||||
std::ifstream in;
|
||||
in.open (file.c_str (), std::ifstream::in);
|
||||
if (in.good ())
|
||||
|
||||
Reference in New Issue
Block a user