Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Jan 3, 2025
1 parent 60bc264 commit f7d1368
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions LEGO1/mxgeometry/mxgeometry3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include "decomp.h"
#include "realtime/vector.h"
#include "realtime/vector2d.h"
#include "realtime/vector3d.h"
#include "realtime/vector2d.inl.h"
#include "realtime/vector3d.inl.h"

// VTABLE: LEGO1 0x100d4488
// VTABLE: BETA10 0x101b84d0
Expand Down
4 changes: 2 additions & 2 deletions LEGO1/mxgeometry/mxgeometry4d.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include "decomp.h"
#include "realtime/matrix.h"
#include "realtime/matrix4d.h"
#include "realtime/vector4d.h"
#include "realtime/matrix4d.inl.h"
#include "realtime/vector4d.inl.h"

// VTABLE: LEGO1 0x100d41e8
// VTABLE: BETA10 0x101bab78
Expand Down
4 changes: 2 additions & 2 deletions LEGO1/mxgeometry/mxmatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define MXMATRIX_H

#include "realtime/matrix.h"
#include "realtime/matrix4d.h"
#include "realtime/matrix4d.inl.h"

// VTABLE: LEGO1 0x100d4300
// VTABLE: BETA10 0x101b82e0
Expand Down Expand Up @@ -37,6 +37,6 @@ class MxMatrix : public Matrix4 {
};

// Must be included here for correct ordering in binary
#include "realtime/vector4d.h"
#include "realtime/vector4d.inl.h"

#endif // MXMATRIX_H
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VECTOR3D_H

#include "vector.h"
#include "vector2d.h"
#include "vector2d.inl.h"

// FUNCTION: LEGO1 0x10002270
// FUNCTION: BETA10 0x10011350
Expand Down
File renamed without changes.

0 comments on commit f7d1368

Please sign in to comment.