13 lines
352 B
C++
13 lines
352 B
C++
// Copyright (C) 2021 Jérôme Leclercq
|
|
// This file is part of the "Nazara Engine - Physics 3D module"
|
|
// For conditions of distribution and use, see copyright notice in Prerequisites.hpp
|
|
|
|
#include <Nazara/Physics3D/Components/RigidBody3DComponent.hpp>
|
|
#include <Nazara/Physics3D/Debug.hpp>
|
|
|
|
namespace Nz
|
|
{
|
|
}
|
|
|
|
#include <Nazara/Physics3D/DebugOff.hpp>
|