mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 09:33:47 -04:00
8ce8d2f541
* Add JSystem PCH * Fix build issues, remove weak order fakematches, and fix functionvalue weak func order
17 lines
417 B
C++
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;
|
|
}
|