This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added getures module to Android source project
pull/28/head
raysan5
9 years ago
parent
50c5df0838
commit
da5221910f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src_android/jni/Android.mk
+ 1
- 0
src_android/jni/Android.mk
View File
@ -47,6 +47,7 @@ LOCAL_SRC_FILES :=\
../../src/utils.c
\
../../src/audio.c
\
../../src/stb_vorbis.c
\
../../src/gestures.c
\
# Required includes paths (.h)
LOCAL_C_INCLUDES
:=
$(
LOCAL_PATH
)
$(
LOCAL_PATH
)
/include
$(
LOCAL_PATH
)
/../../src
Write
Preview
Loading…
Cancel
Save