Most of LibMS OK

This commit is contained in:
robojumper
2025-04-24 14:56:08 +02:00
parent 7fa483e850
commit 892059c299
12 changed files with 182 additions and 58 deletions
+2
View File
@@ -48,6 +48,8 @@ void LMSi_AnalyzeMessageBinary(struct MsbInfo *info, const char *type);
int LMSi_SearchBlockByName(struct MsbInfo *info, const char *name);
int LMSi_GetHashTableIndexFromLabel(const char *label, int tableSize);
#define LMS_OFS_TO_PTR(ty, ptr, offset) (ty *)((char *)(ptr) + (offset))
#ifdef __cplusplus
}
#endif