Implement Act2Actor::FUN_10019700 (#1215)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-12-13 01:54:51 +01:00
committed by GitHub
parent 1bfeebd004
commit 054f56fd9f
11 changed files with 124 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ public:
void UpdateListener(const float* p_position, const float* p_direction, const float* p_up, const float* p_velocity);
// FUNCTION: BETA10 0x1000f350
LegoCacheSoundManager* GetCacheSoundManager() { return m_cacheSoundManager; }
private: