diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-29 00:04:19 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-29 00:14:32 -0300 |
| commit | e5b60ae075e571a29868993a5f0d191d91f8d266 (patch) | |
| tree | 066282b89375e893de810032f5781bccecfbe9d5 /reference/types.hh | |
| parent | 565d28e480a5a320682f87cb598404f1a34bbc5d (diff) | |
| download | game-e5b60ae075e571a29868993a5f0d191d91f8d266.tar.gz game-e5b60ae075e571a29868993a5f0d191d91f8d266.zip | |
impl `strings.cc`
Diffstat (limited to 'reference/types.hh')
| -rw-r--r-- | reference/types.hh | 14 |
1 files changed, 0 insertions, 14 deletions
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<TItemData> 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; |
