mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-02 17:53:06 -04:00
Improve compiler compatibility (#743)
* fix returns * use standard C headers * struct/class mismatch * explicit this in template * switch variable scope * C standard compliance * & l-value
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class Vec;
|
||||
struct Vec;
|
||||
class JAISound;
|
||||
class JAIBasic;
|
||||
namespace JAInter {
|
||||
|
||||
Reference in New Issue
Block a user