1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Complete the globals.h -> global_config.h conversion

This commit is contained in:
Bojidar Marinov
2017-02-23 17:47:25 +02:00
parent d0973e645c
commit 53921faa91
11 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@
#include <unistd.h>
#include <stdlib.h>
#include "os_android.h"
#include "globals.h"
#include "global_config.h"
#include "main/main.h"
#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "godot", __VA_ARGS__))
#define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "godot", __VA_ARGS__))