mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-01 17:29:58 -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:
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
class J3DMaterial;
|
||||
class J3DVertexData;
|
||||
class J3DDrawMtxData;
|
||||
struct J3DDrawMtxData;
|
||||
|
||||
enum J3DShpFlag {
|
||||
J3DShpFlag_Hide = 0x0001,
|
||||
|
||||
Reference in New Issue
Block a user