You've already forked godot
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:
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user