mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
Fixing compilation for me. There are still lots of "cast casts away constness" warnings, though
svn-id: r32809
This commit is contained in:
parent
7b30081be2
commit
41dfebc532
@ -1090,10 +1090,10 @@ void Towns_EuphonyTrackQueue::initDriver() {
|
||||
|
||||
class TownsPC98_OpnOperator {
|
||||
public:
|
||||
TownsPC98_OpnOperator::TownsPC98_OpnOperator(double rate, uint8 id, const uint8 *rateTable,
|
||||
TownsPC98_OpnOperator(double rate, uint8 id, const uint8 *rateTable,
|
||||
const uint8 *shiftTable, const uint8 *attackDecayTable, const uint32 *frqTable,
|
||||
const uint32 *sineTable, const int32 *tlevelOut, const int32 *detuneTable);
|
||||
TownsPC98_OpnOperator::~TownsPC98_OpnOperator() {}
|
||||
~TownsPC98_OpnOperator() {}
|
||||
|
||||
void keyOn();
|
||||
void keyOff();
|
||||
|
Loading…
Reference in New Issue
Block a user