mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
parser-inc: Add stub for <android/log.h>
This commit is contained in:
parent
429acd6e0d
commit
8b49b0f2b2
10
dtool/src/parser-inc/android/log.h
Normal file
10
dtool/src/parser-inc/android/log.h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <sys/cdefs.h>
|
||||||
|
|
||||||
|
typedef enum android_LogPriority android_LogPriority;
|
||||||
|
typedef enum log_id log_id_t;
|
||||||
|
struct __android_log_message;
|
Loading…
x
Reference in New Issue
Block a user