Skip to content

Commit 8f22272

Browse files
Wayward1nerzhul
authored andcommittedJan 5, 2017
Add raycast.cpp and tileanimation.cpp to Android.mk
1 parent e8b7179 commit 8f22272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎build/android/jni/Android.mk

+2
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ LOCAL_SRC_FILES := \
203203
jni/src/porting.cpp \
204204
jni/src/profiler.cpp \
205205
jni/src/quicktune.cpp \
206+
jni/src/raycast.cpp \
206207
jni/src/reflowscan.cpp \
207208
jni/src/remoteplayer.cpp \
208209
jni/src/rollback.cpp \
@@ -218,6 +219,7 @@ LOCAL_SRC_FILES := \
218219
jni/src/sound_openal.cpp \
219220
jni/src/staticobject.cpp \
220221
jni/src/subgame.cpp \
222+
jni/src/tileanimation.cpp \
221223
jni/src/tool.cpp \
222224
jni/src/treegen.cpp \
223225
jni/src/version.cpp \

0 commit comments

Comments
 (0)
Please sign in to comment.