1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-09 15:05:23 +02:00

Player attributes moved to separate class.

This commit is contained in:
Miroslav Bendík
2012-09-01 16:40:18 +02:00
parent f0e064744b
commit 7c5f4751f6
4 changed files with 120 additions and 42 deletions

View File

@@ -55,13 +55,15 @@ include_directories(
set(mapper_HDRS
PixelAttributes.h
PlayerAttributes.h
TileGenerator.h
)
set(mapper_SRCS
mapper.cpp
PixelAttributes.cpp
PlayerAttributes.cpp
TileGenerator.cpp
mapper.cpp
)
add_executable(minetest_mapper