diff options
| author | Julgodis <> | 2021-04-10 07:02:38 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-10 07:02:38 +0200 |
| commit | 0ad6ebe7b499ad3efffad93e2e7eb1033bcb6598 (patch) | |
| tree | a40631b0654c4d310ebff2360e2a4ef32437a2b5 /libs/Z2AudioLib/Z2Creature.cpp | |
| parent | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (diff) | |
moved strings + decompile simple store functions
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 ddb087dc9d..00de66e33e 100644 --- a/libs/Z2AudioLib/Z2Creature.cpp +++ b/libs/Z2AudioLib/Z2Creature.cpp @@ -22,6 +22,11 @@ struct Z2SoundObjSimple { /* 802BE844 */ Z2SoundObjSimple(); }; +template <typename A0> +struct JSULink {}; +/* JSULink<Z2CreatureEnemy> */ +struct JSULink__template2 {}; + struct JAISoundID {}; struct Vec {}; @@ -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>*); @@ -1470,5 +1470,5 @@ asm void __sinit_Z2Creature_cpp() { #pragma push #pragma force_active on -SECTION_CTORS void* const _ctors_802C3040 = (void*)__sinit_Z2Creature_cpp; +REGISTER_CTORS(0x802C3040, __sinit_Z2Creature_cpp); #pragma pop |
