summaryrefslogtreecommitdiff
path: root/src/egg/math/eggVector.cpp
diff options
context:
space:
mode:
authorElijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>2024-10-01 20:24:25 -0400
committerGitHub <noreply@github.com>2024-10-01 20:24:25 -0400
commitdc221b4795f415c8500740dd33e2243f91d527a6 (patch)
tree095409d798350dbc60e3f730437519767b11be2f /src/egg/math/eggVector.cpp
parent7ee2ac2d38bba2aa24fce7a72dd01dc07d509e72 (diff)
Misc Egg (#37)
* EGG: Archive, DvdFile, DvdRipper * start eggStream * FrmHeap and AssertHeap OK * progress on EggController * port in WPAD stuff * update WPAD/WUD/KPAD/SC symbols * eggController OK * bytematch more CoreController virtual funcs * eggDecomp/eggStreamDecomp Ok * eggDvdRipper OK * EGG gfx splits * Finished Splitting EGG * create egg Files * eggDecomp.h -> eggStreamDecomp.h * Revert some format changes
Diffstat (limited to 'src/egg/math/eggVector.cpp')
-rw-r--r--src/egg/math/eggVector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/math/eggVector.cpp b/src/egg/math/eggVector.cpp
index f90a7e4c..7b480314 100644
--- a/src/egg/math/eggVector.cpp
+++ b/src/egg/math/eggVector.cpp
@@ -57,4 +57,4 @@ f32 Vector3f::setLength(f32 len) {
return mag;
}
-} // namespace EGG \ No newline at end of file
+} // namespace EGG