Add AreaStore data structure
authorest31 <MTest31@outlook.com>
Sat, 11 Jul 2015 00:24:00 +0000 (02:24 +0200)
committerest31 <MTest31@outlook.com>
Mon, 27 Jul 2015 04:42:56 +0000 (06:42 +0200)
commitc30a2d68541b6ff451d92709478b4e37cac86447
tree03b92452d7b63e0a81f7e636e38e3c40c2ba1128
parent454a29037061ba62d89af41ecae23b4424f41ea5
Add AreaStore data structure
15 files changed:
README.txt
build/android/jni/Android.mk
doc/lua_api.txt
src/CMakeLists.txt
src/areastore.cpp [new file with mode: 0644]
src/areastore.h [new file with mode: 0644]
src/cmake_config.h.in
src/script/lua_api/CMakeLists.txt
src/script/lua_api/l_areastore.cpp [new file with mode: 0644]
src/script/lua_api/l_areastore.h [new file with mode: 0644]
src/script/lua_api/l_util.cpp
src/script/scripting_game.cpp
src/unittest/CMakeLists.txt
src/unittest/test_areastore.cpp [new file with mode: 0644]
src/util/container.h