BsMemoryAllocator.cpp 481 B

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