Physics3D: Rename Physics3DBody to PhysBody3D

This commit is contained in:
SirLynix
2024-02-10 14:20:47 +01:00
parent 9e3ca2472b
commit 8c41ac30c9
10 changed files with 48 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
// Copyright (C) 2024 Jérôme "SirLynix" Leclercq (lynix680@gmail.com)
// This file is part of the "Nazara Engine - Physics3D module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Physics3D/Debug.hpp>
namespace Nz
{
}
#include <Nazara/Physics3D/DebugOff.hpp>