1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-07 14:50:21 +00:00

log to console in debug mode; close log properly; really #define _DEBUG for gcc debug builds + gcc _DEBUG compatibility

This commit is contained in:
fgenesis 2011-08-11 02:26:46 +02:00
parent 7f9af044d7
commit 2e4e2941db
4 changed files with 17 additions and 41 deletions

View file

@ -1382,6 +1382,8 @@ protected:
__int64 lastTime, curTime, freq;
#endif
std::ofstream _logOut;
#ifdef BBGE_BUILD_SDL
int nowTicks, thenTicks;
#endif