From e5b60ae075e571a29868993a5f0d191d91f8d266 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 29 May 2025 00:04:19 -0300 Subject: impl `strings.cc` --- reference/types.hh | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'reference/types.hh') diff --git a/reference/types.hh b/reference/types.hh index 2fc67a0..b87faf2 100644 --- a/reference/types.hh +++ b/reference/types.hh @@ -197,15 +197,6 @@ struct TAttackWave { struct vector ExtraItem; }; -struct TDynamicStringTableBlock { - int FreeEntries; - int TotalTextLength; - bool Dirty; - uchar EntryType[256]; - ushort StringOffset[256]; - char Text[32768]; -}; - struct TNonplayer { struct TCreature super_TCreature; // INHERITANCE? enum STATE State; @@ -254,11 +245,6 @@ struct TMonsterhome { int Timer; }; -struct TStaticStringTableBlock { - int TotalTextLength; - char Text[65536]; -}; - struct TCondition { int Type; ulong Text; -- cgit v1.2.3