mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-11 02:53:16 -04:00
move inlines
This commit is contained in:
@@ -93,6 +93,10 @@ private:
|
||||
/* 0xCC */ u8 mFlags2;
|
||||
}; // Size: 0xD0
|
||||
|
||||
inline Z2CreatureLink* Z2GetLink() {
|
||||
return Z2CreatureLink::mLinkPtr;
|
||||
}
|
||||
|
||||
class Z2CreatureRide;
|
||||
struct Z2RideSoundStarter : public Z2SoundStarter {
|
||||
/* 802C5234 */ Z2RideSoundStarter(Z2CreatureRide*);
|
||||
|
||||
@@ -162,4 +162,6 @@ struct Z2EnvSeMgr {
|
||||
|
||||
STATIC_ASSERT(sizeof(Z2EnvSeMgr) == 0x30C);
|
||||
|
||||
extern Z2EnvSeMgr g_mEnvSeMgr;
|
||||
|
||||
#endif /* Z2ENVSEMGR_H */
|
||||
|
||||
@@ -36,4 +36,10 @@ private:
|
||||
|
||||
STATIC_ASSERT(sizeof(Z2SoundMgr) == 0x810);
|
||||
|
||||
extern Z2SoundMgr* data_80450B60;
|
||||
|
||||
inline Z2SoundMgr* Z2GetSoundMgr() {
|
||||
return data_80450B60;
|
||||
}
|
||||
|
||||
#endif /* Z2SOUNDMGR_H */
|
||||
|
||||
Reference in New Issue
Block a user