Review Android project
This commit is contained in:
parent
5d88eb1d95
commit
4770e2010d
6 changed files with 368 additions and 331 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue