Files
tww/src/JSystem/JAudio/JASInstEffect.cpp
T
LagoLunatic 8ce8d2f541 Add JSystem PCH to fix weak function order (#904)
* Add JSystem PCH

* Fix build issues, remove weak order fakematches, and fix functionvalue weak func order
2025-12-05 09:11:53 -08:00

17 lines
417 B
C++

//
// Generated by dtk
// Translation Unit: JASInstEffect.cpp
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JAudio/JASInstEffect.h"
#include "JSystem/JUtility/JUTAssert.h"
/* 8028684C-802868F0 .text setTarget__Q28JASystem11TInstEffectFi */
void JASystem::TInstEffect::setTarget(int target) {
JUT_ASSERT(16, target >= 0);
JUT_ASSERT(17, target < 256);
mTarget = target;
}