Remove empty source files

This commit is contained in:
SirLynix
2023-04-11 13:51:11 +02:00
parent 3df52dcfbe
commit 2f5db80183
10 changed files with 17 additions and 98 deletions

View File

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