mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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,7 +3,7 @@
|
||||
|
||||
#include "dolphin/gx/GX.h"
|
||||
|
||||
struct JUTConsole;
|
||||
class JUTConsole;
|
||||
|
||||
void print_f(char const*, ...);
|
||||
void print(char const*);
|
||||
|
||||
Reference in New Issue
Block a user