mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-10 11:55:14 -04:00
copy JStudio_JStage progress from pikmin2
This commit is contained in:
@@ -23,10 +23,10 @@ struct TAdaptor_sound : public JStudio::TAdaptor_sound {
|
||||
};
|
||||
|
||||
struct TVVOSetValue_ : public JStudio::TVariableValue::TOutput {
|
||||
TVVOSetValue_(JStudio::TAdaptor_sound::TEVariableValue idx, TVVOSoundSetFunc func) {
|
||||
mValueIndex = idx;
|
||||
mSetFunc = func;
|
||||
}
|
||||
TVVOSetValue_(JStudio::TAdaptor_sound::TEVariableValue idx, TVVOSoundSetFunc func) {
|
||||
mValueIndex = idx;
|
||||
mSetFunc = func;
|
||||
}
|
||||
|
||||
virtual void operator()(f32, JStudio::TAdaptor*) const;
|
||||
virtual ~TVVOSetValue_() {}
|
||||
|
||||
Reference in New Issue
Block a user