mirror of
https://github.com/zeldaret/tp
synced 2026-08-05 17:44:09 -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:
@@ -32,8 +32,8 @@ struct JMSMesgHeader_c {
|
||||
/* 0x0E */ u16 field_0xe;
|
||||
}; // Size: 0x10
|
||||
|
||||
struct STControl;
|
||||
struct dMsgObject_c;
|
||||
class STControl;
|
||||
class dMsgObject_c;
|
||||
struct jmessage_tReference : public JMessage::TReference {
|
||||
/* 80228B04 */ jmessage_tReference();
|
||||
/* 80228D28 */ void calcDistance();
|
||||
|
||||
Reference in New Issue
Block a user