blob: 4be46aee070608dc64905a57945a025598a6e597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//
// 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;
}
|