1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

replace SMeshBuffer.h with CMeshBuffer.h

This commit is contained in:
Michael Negre 2025-05-02 18:53:30 -04:00
parent d19640d57f
commit e9ca38fef1
15 changed files with 72 additions and 41 deletions

View file

@ -6,7 +6,7 @@
#include "IAnimatedMesh.h"
#include "ISceneManager.h"
#include "SMeshBuffer.h"
#include "CMeshBuffer.h"
#include "SSkinMeshBuffer.h"
#include "quaternion.h"
#include "vector3d.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 "SAnimatedMesh.h"
#include "IReadFile.h"
#include "fast_atof.h"

View file

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