diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /libs/Z2AudioLib/Z2Creature.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/Z2AudioLib/Z2Creature.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2Creature.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/Z2AudioLib/Z2Creature.cpp b/libs/Z2AudioLib/Z2Creature.cpp index 3f76fb87a9..4358b4dc35 100644 --- a/libs/Z2AudioLib/Z2Creature.cpp +++ b/libs/Z2AudioLib/Z2Creature.cpp @@ -22,10 +22,15 @@ struct Z2SoundObjSimple { /* 802BE844 */ Z2SoundObjSimple(); }; -struct JAISoundID {}; +template <typename A0> +struct JSULink {}; +/* JSULink<Z2CreatureEnemy> */ +struct JSULink__template2 {}; struct Vec {}; +struct JAISoundID {}; + struct Z2CreatureEnemy { /* 802C0F64 */ Z2CreatureEnemy(); /* 802C0FC4 */ void deleteObject(); @@ -43,11 +48,6 @@ struct Z2CreatureEnemy { /* 802C1B90 */ void setEnemyName(char const*); }; -template <typename A0> -struct JSULink {}; -/* JSULink<Z2CreatureEnemy> */ -struct JSULink__template2 {}; - struct Z2SoundObjMgr { /* 802C0074 */ void getEnemyID(char const*, JSULink<Z2CreatureEnemy>*); /* 802C0190 */ void removeEnemy(JSULink<Z2CreatureEnemy>*); |
