diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-01-31 15:33:34 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-01-31 15:33:34 -0500 |
| commit | 90578d539ac54bd39e110a2a603dd63b94881d91 (patch) | |
| tree | 48e8916ec300afcfc92079edfa9d8e4585998b71 /libs/Z2AudioLib/Z2SoundObject.cpp | |
| parent | f893c39194d14633f5d56e50a9449aaa9af441bc (diff) | |
remove functions.h
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundObject.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundObject.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/Z2AudioLib/Z2SoundObject.cpp b/libs/Z2AudioLib/Z2SoundObject.cpp index 8f30f7aac5..640b480fad 100644 --- a/libs/Z2AudioLib/Z2SoundObject.cpp +++ b/libs/Z2AudioLib/Z2SoundObject.cpp @@ -7,6 +7,11 @@ #include "Z2AudioLib/Z2SeMgr/Z2SeMgr.h" #include "Z2AudioLib/Z2SoundInfo/Z2SoundInfo.h" +extern "C" { +void __dl__FPv(void); +void getNthLink__10JSUPtrListCFUl(void); +} + Z2SoundObjBase::Z2SoundObjBase() { //! @note initializer list doesn't work since fields were initialized out of //! structure layout order, indicating original code didn't use initializer list. |
