diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2024-10-01 20:24:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 20:24:25 -0400 |
| commit | dc221b4795f415c8500740dd33e2243f91d527a6 (patch) | |
| tree | 095409d798350dbc60e3f730437519767b11be2f /src/egg/math/eggVector.cpp | |
| parent | 7ee2ac2d38bba2aa24fce7a72dd01dc07d509e72 (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.cpp | 2 |
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 |
