1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Remove obsolete SMeshBuffer.h (#16308)

This commit is contained in:
Lars Müller 2025-07-03 17:32:35 +02:00 committed by GitHub
parent 83a7e22cf7
commit 08bc036311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 15 additions and 21 deletions

View file

@ -1,6 +0,0 @@
// Copyright (C) 2002-2012 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
// replaced by template
#include "CMeshBuffer.h" // IWYU pragma: export

View file

@ -6,7 +6,7 @@
#include "IAnimatedMesh.h"
#include "ISceneManager.h"
#include "SMeshBuffer.h"
#include "CMeshBuffer.h"
#include "SSkinMeshBuffer.h"
#include "aabbox3d.h"
#include "irrMath.h"

View file

@ -5,7 +5,7 @@
#pragma once
#include "IBillboardSceneNode.h"
#include "SMeshBuffer.h"
#include "CMeshBuffer.h"
namespace irr
{

View file

@ -6,7 +6,7 @@
#include "IMeshManipulator.h"
#include "IVideoDriver.h"
#include "SMesh.h"
#include "SMeshBuffer.h"
#include "CMeshBuffer.h"
#include "IReadFile.h"
#include "fast_atof.h"
#include "coreutil.h"

View file

@ -8,7 +8,7 @@
#include "IMeshLoader.h"
#include "ISceneManager.h"
#include "irrString.h"
#include "SMeshBuffer.h"
#include "CMeshBuffer.h"
namespace irr
{