diff options
| author | Julgodis <> | 2021-04-08 21:05:48 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 21:05:48 +0200 |
| commit | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch) | |
| tree | 4e6d8499431192316bc2bae0cec8e6f92636b4b4 /libs/Z2AudioLib/Z2SoundStarter.cpp | |
| parent | a23a10639979ee10cbea5ffdadadc490d9e60227 (diff) | |
auto decompile more functions
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundStarter.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundStarter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/Z2AudioLib/Z2SoundStarter.cpp b/libs/Z2AudioLib/Z2SoundStarter.cpp index 82e63bb6ef..e449e19b81 100644 --- a/libs/Z2AudioLib/Z2SoundStarter.cpp +++ b/libs/Z2AudioLib/Z2SoundStarter.cpp @@ -11,10 +11,6 @@ // Types: // -struct JAISoundHandle {}; - -struct JAISoundID {}; - struct JGeometry { template <typename A1> struct TVec3 {}; @@ -22,6 +18,10 @@ struct JGeometry { struct TVec3__template0 {}; }; +struct JAISoundID {}; + +struct JAISoundHandle {}; + struct Z2SoundStarter { /* 802AAB94 */ Z2SoundStarter(bool); /* 802AAC3C */ void startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*, u32, |
