mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 09:09:30 -04:00
Fixes for other compilers (#1912)
* remove invalid virtual keywords * remove duplicate inline * remove leading 0 in character literals * add missing public keywords * fix some struct/class mismatches
This commit is contained in:
@@ -3,14 +3,6 @@
|
||||
|
||||
#include "JSystem/JAudio2/JAISoundInfo.h"
|
||||
|
||||
struct JAISeq;
|
||||
|
||||
struct JAISound;
|
||||
|
||||
struct JAIStream;
|
||||
|
||||
struct JAISe;
|
||||
|
||||
struct JAUSoundInfo : public JASGlobalInstance<JAUSoundInfo> {
|
||||
virtual void getAudibleSw(JAISoundID) const = 0;
|
||||
virtual void getBgmSeqResourceID(JAISoundID) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user