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

@ -196,7 +196,6 @@ LOCAL_SRC_FILES := \
jni/src/staticobject.cpp \
jni/src/subgame.cpp \
jni/src/test.cpp \
jni/src/tile.cpp \
jni/src/tool.cpp \
jni/src/treegen.cpp \
jni/src/version.cpp \
@ -214,7 +213,8 @@ LOCAL_SRC_FILES := \
jni/src/database-leveldb.cpp \
jni/src/settings.cpp \
jni/src/wieldmesh.cpp \
jni/src/client/clientlauncher.cpp
jni/src/client/clientlauncher.cpp \
jni/src/client/tile.cpp
# Network
LOCAL_SRC_FILES += \