Tested RegionPager, removed trace statements, fixed logic errors

This commit is contained in:
Kayne Ruse
2014-03-01 00:39:39 +11:00
parent 4629b7302b
commit dc8f594eec
7 changed files with 14 additions and 28 deletions
-4
View File
@@ -21,14 +21,10 @@
*/
#include "map_file_format.hpp"
#include <iostream>
void MapFileFormat::Load(Region** const ptr, int x, int y) {
//TODO
std::cout << "Load" << std::endl;
}
void MapFileFormat::Save(Region* const ptr) {
//TODO
std::cout << "Save" << std::endl;
}