Physics: Move files to Physics3D

This commit is contained in:
Lynix
2016-10-13 06:01:32 +02:00
parent debf87e739
commit eae8847bd1
16 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
// Copyright (C) 2015 Jérôme Leclercq
// This file is part of the "Nazara Engine - Physics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
// On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp
#if NAZARA_PHYSICS_MANAGE_MEMORY
#undef delete
#undef new
#endif