1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 10:45:27 +02:00

Use std::map instead of core::map (#12301)

This commit is contained in:
paradust7
2022-05-18 03:31:49 -07:00
committed by GitHub
parent af37f9dc54
commit 273bfee9a1
4 changed files with 25 additions and 27 deletions

View File

@@ -20,7 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mesh.h"
#include "debug.h"
#include "log.h"
#include "irrMap.h"
#include <cmath>
#include <iostream>
#include <IAnimatedMesh.h>