added vsprintf.h

This commit is contained in:
2021-08-21 17:32:31 +08:00
parent b27524caac
commit 9d0febc893
4 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
#ifndef HGL_PLATFORM_INCLUDE
#define HGL_PLATFORM_INCLUDE
#include<hgl/platform/os/vsprintf.h>
#ifdef _DEBUG
#define HGL_LIB_DEBUG_NAME "Debug"
#else