mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-12 23:51:37 -07:00
12 lines
139 B
C
12 lines
139 B
C
#if MD_INTELLISENSE_DIRECTIVES
|
|
#include "base_types.h"
|
|
#endif
|
|
|
|
typedef struct String8 String8;
|
|
struct String8
|
|
{
|
|
U8 *str;
|
|
U64 size;
|
|
};
|
|
|