- initial work to save game state to XML. Current only saves when out of synch or game end occurs and saves to same folder as log files and file is called: megaglest-saved.xml

(Currently we store way too much info but this is a starting point)
This commit is contained in:
Mark Vejvoda
2012-03-10 03:27:25 +00:00
parent 623623d33f
commit c5331b7e8a
67 changed files with 2120 additions and 14 deletions

View File

@@ -39,6 +39,9 @@ public:
int rand();
int randRange(int min, int max);
float randRange(float min, float max);
int getLastNumber() const { return lastNumber; }
void setLastNumber(int value) { lastNumber = value; }
};
}}//end namespace