@@ -12,8 +12,8 @@ typedef struct _GXColorS10 GXColorS10;
1212 */
1313class J3DMatColorAnm {
1414public:
15- /* 8003B2B8 */ ~J3DMatColorAnm () {};
16- /* 8003B2F4 */ J3DMatColorAnm() : field_0x0(0 ), mAnmFlag (1 ), mAnmColor (NULL ) {};
15+ /* 8003B2B8 */ ~J3DMatColorAnm () {}
16+ /* 8003B2F4 */ J3DMatColorAnm() : field_0x0(0 ), mAnmFlag (1 ), mAnmColor (NULL ) {}
1717 J3DMatColorAnm (u16 param_1, J3DAnmColor* param_2) {
1818 field_0x0 = param_1;
1919 mAnmFlag = 1 ;
@@ -42,8 +42,8 @@ class J3DMatColorAnm {
4242 */
4343class J3DTexNoAnm {
4444public:
45- /* 8003B1F8 */ ~J3DTexNoAnm () {};
46- /* 8003B240 */ J3DTexNoAnm() : field_0x4(0 ), mAnmFlag (1 ), mAnmTexPattern (NULL ) {};
45+ /* 8003B1F8 */ ~J3DTexNoAnm () {}
46+ /* 8003B240 */ J3DTexNoAnm() : field_0x4(0 ), mAnmFlag (1 ), mAnmTexPattern (NULL ) {}
4747 J3DTexNoAnm (u16 param_1, J3DAnmTexPattern* param_2) {
4848 field_0x4 = param_1;
4949 mAnmFlag = 1 ;
@@ -73,8 +73,8 @@ class J3DTexNoAnm {
7373 */
7474class J3DTexMtxAnm {
7575public:
76- /* 8003B264 */ ~J3DTexMtxAnm () {};
77- /* 8003B2A0 */ J3DTexMtxAnm() : field_0x0(0 ), mAnmFlag (1 ), mAnmTransform (NULL ) {};
76+ /* 8003B264 */ ~J3DTexMtxAnm () {}
77+ /* 8003B2A0 */ J3DTexMtxAnm() : field_0x0(0 ), mAnmFlag (1 ), mAnmTransform (NULL ) {}
7878 J3DTexMtxAnm (u16 param_1, J3DAnmTextureSRTKey* param_2) {
7979 field_0x0 = param_1;
8080 mAnmFlag = 1 ;
@@ -174,7 +174,7 @@ class J3DMaterialAnm {
174174 /* 8032C664 */ void setTevColorAnm (int , J3DTevColorAnm*);
175175 /* 8032C6A4 */ void setTevKColorAnm (int , J3DTevKColorAnm*);
176176
177- /* 800A4820 */ virtual ~J3DMaterialAnm () {};
177+ /* 800A4820 */ virtual ~J3DMaterialAnm () {}
178178 /* 8032C3C4 */ virtual void calc (J3DMaterial*) const ;
179179
180180 const J3DTexMtxAnm& getTexMtxAnm (int i) const { return mTexMtxAnm [i]; }
0 commit comments