mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-29 22:48:31 +00:00
Review Android project
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Static library compilation
|
||||
#
|
||||
# Copyright (c) 2014 Ramon Santamaria (Ray San - raysan@raysanweb.com)
|
||||
# Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
|
||||
#
|
||||
# This software is provided "as-is", without any express or implied warranty. In no event
|
||||
# will the authors be held liable for any damages arising from the use of this software.
|
||||
@@ -42,7 +42,6 @@ LOCAL_SRC_FILES :=\
|
||||
../../textures.c \
|
||||
../../text.c \
|
||||
../../shapes.c \
|
||||
../../gestures.c \
|
||||
../../models.c \
|
||||
../../utils.c \
|
||||
../../audio.c \
|
||||
|
@@ -48,8 +48,10 @@
|
||||
#define GESTURES_IMPLEMENTATION
|
||||
#include "gestures.h" // Gestures detection functionality
|
||||
|
||||
#define CAMERA_IMPLEMENTATION
|
||||
#include "camera.h" // Camera system functionality
|
||||
#if !defined(PLATFORM_ANDROID)
|
||||
#define CAMERA_IMPLEMENTATION
|
||||
#include "camera.h" // Camera system functionality
|
||||
#endif
|
||||
|
||||
#include <stdio.h> // Standard input / output lib
|
||||
#include <stdlib.h> // Declares malloc() and free() for memory management, rand(), atexit()
|
||||
|
Reference in New Issue
Block a user