1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Fix extra warnings in Android build

This commit is contained in:
PouleyKetchoupp
2020-04-10 10:32:11 +02:00
parent 74d4321172
commit 802bbe87ad
4 changed files with 17 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
#define VMA_IMPLEMENTATION
#ifdef DEBUG_ENABLED
#ifndef _DEBUG
#define _DEBUG
#endif
#endif
// Include memory allocator from Android NDK
#include <vk_mem_alloc.h>