Delete utils_android.c
This commit is contained in:
parent
91e8bc7a5a
commit
b3ec30afeb
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
// +build android
|
||||
|
||||
#include "_cgo_export.h"
|
||||
#include <android/log.h>
|
||||
|
||||
void log_info(const char *msg) {
|
||||
__android_log_print(ANDROID_LOG_INFO, "raylib", "%s\n", msg);
|
||||
}
|
||||
|
||||
void log_warn(const char *msg) {
|
||||
__android_log_print(ANDROID_LOG_WARN, "raylib", "%s\n", msg);
|
||||
}
|
||||
|
||||
void log_error(const char *msg) {
|
||||
__android_log_print(ANDROID_LOG_ERROR, "raylib", "%s\n", msg);
|
||||
}
|
||||
|
||||
void log_debug(const char *msg) {
|
||||
__android_log_print(ANDROID_LOG_DEBUG, "raylib", "%s\n", msg);
|
||||
}
|
||||
|
||||
const char* get_internal_storage_path() {
|
||||
return internal_storage_path;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue