mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
Add PCH for JSystem (#2645)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
||||
|
||||
#include "JSystem/JAudio2/JAISoundParams.h"
|
||||
|
||||
void JAISoundParamsMove::moveVolume(f32 newValue, u32 count) {
|
||||
@@ -43,4 +45,4 @@ void JAISoundParamsMove::moveDolby(f32 newValue, u32 count) {
|
||||
} else {
|
||||
mTransition.mDolby.set(newValue, mParams.mDolby, count);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user