mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 10:49:18 -05:00
Added getures module to Android source project
This commit is contained in:
@ -47,6 +47,7 @@ LOCAL_SRC_FILES :=\
|
|||||||
../../src/utils.c \
|
../../src/utils.c \
|
||||||
../../src/audio.c \
|
../../src/audio.c \
|
||||||
../../src/stb_vorbis.c \
|
../../src/stb_vorbis.c \
|
||||||
|
../../src/gestures.c \
|
||||||
|
|
||||||
# Required includes paths (.h)
|
# Required includes paths (.h)
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include $(LOCAL_PATH)/../../src
|
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include $(LOCAL_PATH)/../../src
|
||||||
|
|||||||
Reference in New Issue
Block a user