set todo marker

This commit is contained in:
Dennis Luxen 2013-10-22 19:06:23 +02:00
parent 49a8980dea
commit 51d32bb8d3

View File

@ -347,6 +347,9 @@ int main( const int argc, const char * argv[] ) {
);
hsgr_input_stream.close();
//TODO swap load region and shared region1
SimpleLogger().Write() << "all data loaded. pressing a key deallocates memory";
std::cin.get();