mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
9 lines
163 B
C++
9 lines
163 B
C++
#define VMA_IMPLEMENTATION
|
|
#ifdef DEBUG_ENABLED
|
|
#ifndef _DEBUG
|
|
#define _DEBUG
|
|
#endif
|
|
#endif
|
|
// Include memory allocator from Android NDK
|
|
#include <vk_mem_alloc.h>
|