Skip to content
Snippets Groups Projects
Commit 10b208f5 authored by Loïc Blot's avatar Loïc Blot
Browse files

Fix Android build since a704c04f00bfea4b77550169fa08105c2ee0dfd0Oxh. ok @zeno-

parent c8f60bd2
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,14 @@ LOCAL_SRC_FILES := \
jni/src/settings.cpp \
jni/src/wieldmesh.cpp
# Network
LOCAL_SRC_FILES += \
jni/src/network/networkpacket.cpp \
jni/src/network/clientopcodes.cpp \
jni/src/network/serveropcodes.cpp \
jni/src/network/toclientpacket.cpp \
jni/src/network/toserverpacket.cpp
# lua api
LOCAL_SRC_FILES += \
jni/src/script/common/c_content.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment