mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-28 18:30:54 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
44 lines
1.1 KiB
C++
44 lines
1.1 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: JASDriverIF.cpp
|
|
//
|
|
|
|
#include "JASDriverIF.h"
|
|
#include "dolphin/types.h"
|
|
|
|
/* 8028A978-8028A9A0 .text init__Q28JASystem6DriverFv */
|
|
void JASystem::Driver::init() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 8028A9A0-8028AAC4 .text setMixerLevel__Q28JASystem6DriverFff */
|
|
void JASystem::Driver::setMixerLevel(float, float) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 8028AAC4-8028AACC .text getChannelLevel__Q28JASystem6DriverFv */
|
|
void JASystem::Driver::getChannelLevel() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 8028AACC-8028AAD4 .text getAutoLevel__Q28JASystem6DriverFv */
|
|
void JASystem::Driver::getAutoLevel() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 8028AAD4-8028AADC .text setOutputMode__Q28JASystem6DriverFUl */
|
|
void JASystem::Driver::setOutputMode(unsigned long) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 8028AADC-8028AAE4 .text getOutputMode__Q28JASystem6DriverFv */
|
|
void JASystem::Driver::getOutputMode() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 8028AAE4-8028AAEC .text getUpdateInterval__Q28JASystem6DriverFv */
|
|
void JASystem::Driver::getUpdateInterval() {
|
|
/* Nonmatching */
|
|
}
|
|
|