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

Replace std::list to std::vector into tile.cpp (m_texture_trash) and move tile.hpp to src/client/

This commit is contained in:
Loic Blot
2015-03-05 11:52:57 +01:00
parent aa474e4501
commit 0d1eedcccc
27 changed files with 29 additions and 30 deletions

View File

@@ -37,7 +37,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <IGUITabControl.h>
#include <IGUIComboBox.h>
#include "log.h"
#include "tile.h" // ITextureSource
#include "client/tile.h" // ITextureSource
#include "hud.h" // drawItemStack
#include "filesys.h"
#include "gettime.h"