mirror of
https://github.com/defold/extension-camera
synced 2025-06-27 10:27:45 +02:00
Merge branch 'dev-android2' of https://github.com/defold/extension-camera into dev-android2
This commit is contained in:
commit
50558c0546
@ -1,7 +1,3 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define EXTENSION_NAME Camera
|
||||
#define LIB_NAME "Camera"
|
||||
@ -12,6 +8,10 @@
|
||||
#include <dmsdk/sdk.h>
|
||||
|
||||
#if defined(DM_PLATFORM_IOS) || defined(DM_PLATFORM_OSX) || defined(DM_PLATFORM_ANDROID)
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "camera_private.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user