diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-01 01:54:49 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-01 01:56:31 -0300 |
| commit | 9b49eec185d94d91ae958aca7b0dfcb4b211cff9 (patch) | |
| tree | f1387897442364dbab16a4368eb745a86e047787 /reference/types.hh | |
| parent | da5672b1e903cce47b9d76b2ffd19b0c42bd80f3 (diff) | |
| download | game-9b49eec185d94d91ae958aca7b0dfcb4b211cff9.tar.gz game-9b49eec185d94d91ae958aca7b0dfcb4b211cff9.zip | |
magic init functions
Diffstat (limited to 'reference/types.hh')
| -rw-r--r-- | reference/types.hh | 19 |
1 files changed, 0 insertions, 19 deletions
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]; |
