progress on resolving deps

This commit is contained in:
2025-02-01 16:05:53 -05:00
parent 9459ae066a
commit e30f65a86b
17 changed files with 178 additions and 53 deletions
+11
View File
@@ -0,0 +1,11 @@
#if MD_INTELLISENSE_DIRECTIVES
#include "base_types.h"
#endif
typedef struct String8 String8;
struct String8
{
U8 *str;
U64 size;
};