1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +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

@ -5,9 +5,6 @@
#pragma once
#include "irrlichttypes.h"
#include "irr_ptr.h"
#include "rect.h"
#include "SMeshBuffer.h"
#include "../hud.h"
#include "mapnode.h"
@ -15,6 +12,13 @@
#include <map>
#include <string>
#include <vector>
// irr includes
#include <irr_ptr.h>
#include <rect.h>
#include <CMeshBuffer.h>
namespace scene = irr::scene;
namespace video = irr::video;
namespace irr {
namespace video {