[FastFiles] Declare stream read log for debug only

This commit is contained in:
momo5502 2017-01-21 02:21:57 +01:00
parent 0f258046c3
commit cc0b1c6238

View File

@ -62,6 +62,8 @@ namespace Components
static void LoadZonesStub(Game::XZoneInfo *zoneInfo, unsigned int zoneCount); static void LoadZonesStub(Game::XZoneInfo *zoneInfo, unsigned int zoneCount);
#ifdef DEBUG
static void LogStreamRead(int len); static void LogStreamRead(int len);
#endif
}; };
} }