Android compatibility for vulkandebug

This commit is contained in:
saschawillems 2016-03-05 11:45:35 +01:00
parent b6da703b3b
commit 28e486083e
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,9 @@
#include <windows.h>
#include <fcntl.h>
#include <io.h>
#else
#endif
#ifdef __ANDROID__
#include "vulkanandroid.h"
#endif
namespace vkDebug