mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
organizing, resolving dependencies
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#if MD_INTELLISENSE_DIRECTIVES
|
||||
#include "base_types.h"
|
||||
#endif
|
||||
|
||||
typedef struct String8 String8;
|
||||
struct String8
|
||||
{
|
||||
U8 *str;
|
||||
U64 size;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user