mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -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:
@@ -11,7 +11,7 @@ struct J3DMaterialDLBlock;
|
||||
struct J3DMaterialInitData;
|
||||
struct J3DIndInitData;
|
||||
struct J3DColorChanInfo;
|
||||
struct J3DLightInfo;
|
||||
class J3DLightInfo;
|
||||
struct J3DTexCoordInfo;
|
||||
struct J3DTexCoord2Info;
|
||||
struct J3DTexMtxInfo;
|
||||
@@ -24,13 +24,13 @@ struct J3DAlphaCompInfo;
|
||||
struct J3DBlendInfo;
|
||||
struct J3DZModeInfo;
|
||||
struct J3DNBTScaleInfo;
|
||||
struct J3DCurrentMtxInfo;
|
||||
class J3DCurrentMtxInfo;
|
||||
|
||||
struct J3DColorChan;
|
||||
struct J3DGXColor;
|
||||
struct J3DGXColorS10;
|
||||
struct J3DTexCoord;
|
||||
struct J3DTexMtx;
|
||||
class J3DTexMtx;
|
||||
struct J3DTevOrder;
|
||||
struct J3DTevStage;
|
||||
struct J3DTevSwapMode;
|
||||
|
||||
Reference in New Issue
Block a user