14 lines
342 B
C++
14 lines
342 B
C++
// Copyright (C) 2020 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 Config.hpp
|
|
|
|
#include <Nazara/Physics3D/Collider3D.hpp>
|
|
#include <memory>
|
|
#include <Nazara/Physics3D/Debug.hpp>
|
|
|
|
namespace Nz
|
|
{
|
|
}
|
|
|
|
#include <Nazara/Physics3D/DebugOff.hpp>
|