This commit is contained in:
Allen Webster
2021-06-30 15:00:47 -04:00
6 changed files with 1918 additions and 6 deletions
+2 -1
View File
@@ -202,6 +202,8 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#define STB_SPRINTF_DECORATE(name) md_stbsp_##name
#include "md_stb_sprintf.h"
typedef int8_t MD_i8;
typedef int16_t MD_i16;
@@ -218,7 +220,6 @@ typedef int64_t MD_b64;
typedef float MD_f32;
typedef double MD_f64;
//~ Basic Unicode string types.
typedef struct MD_String8 MD_String8;