moved Guid struct and related helpers to base

This commit is contained in:
Nikita Smith
2024-11-07 11:45:00 -08:00
parent f807dc4785
commit 214be8c433
21 changed files with 133 additions and 128 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ typedef struct CV_UDTInfo
typedef struct CV_TypeServerInfo
{
String8 name;
OS_Guid sig;
Guid sig;
U32 age;
} CV_TypeServerInfo;