- //__________________________ Banshee Project - A modern game development toolkit _________________________________//
- //_____________________________________ www.banshee-project.com __________________________________________________//
- //________________________ Copyright (c) 2014 Marko Pintera. All rights reserved. ________________________________//
- #include "BsPrerequisitesUtil.h"
- namespace BansheeEngine
- {
- UINT64 MemoryCounter::Allocs = 0;
- UINT64 MemoryCounter::Frees = 0;
- }
|