From dc221b4795f415c8500740dd33e2243f91d527a6 Mon Sep 17 00:00:00 2001 From: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:24:25 -0400 Subject: 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 --- src/egg/gfx/eggPostEffectBase.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/egg/gfx/eggPostEffectBase.cpp (limited to 'src/egg/gfx/eggPostEffectBase.cpp') diff --git a/src/egg/gfx/eggPostEffectBase.cpp b/src/egg/gfx/eggPostEffectBase.cpp new file mode 100644 index 00000000..c26fc8e1 --- /dev/null +++ b/src/egg/gfx/eggPostEffectBase.cpp @@ -0,0 +1,3 @@ +#include + +namespace EGG {} // namespace EGG -- cgit v1.2.3