// Copyright (C) 2009-2016, Panagiotis Christopoulos Charitos and contributors. // All rights reserved. // Code licensed under the BSD License. // http://www.anki3d.org/LICENSE #include "tests/util/Foo.h" int Foo::constructorCallCount = 0; int Foo::destructorCallCount = 0;