Foo.cpp 276 B

123456789
  1. // Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include <Tests/Util/Foo.h>
  6. int Foo::constructorCallCount = 0;
  7. int Foo::destructorCallCount = 0;