From 9b49eec185d94d91ae958aca7b0dfcb4b211cff9 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 1 Jun 2025 01:54:49 -0300 Subject: magic init functions --- reference/types.hh | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'reference/types.hh') diff --git a/reference/types.hh b/reference/types.hh index 2147440..507ea78 100644 --- a/reference/types.hh +++ b/reference/types.hh @@ -1,23 +1,4 @@ -struct TCircle { - int x[32]; - int y[32]; - int Count; -}; - -struct TSpellList { - uint8 Syllable[10]; - uint8 RuneGr; - uint8 RuneNr; - char *Comment; - uint16 Level; - uint16 RuneLevel; - uint16 Flags; - int Mana; - int SoulPoints; - int Amount; -}; - struct TXTEASymmetricKey { int (**_vptr.TXTEASymmetricKey)(...); // VTABLE? uint8 m_SymmetricKey[16]; -- cgit v1.2.3