Files
ss/include/rvl/WPAD.h
T
Elijah Thomas dc221b4795 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
2024-10-01 20:24:25 -04:00

14 lines
193 B
C

#ifndef RVL_SDK_PUBLIC_WPAD_H
#define RVL_SDK_PUBLIC_WPAD_H
#ifdef __cplusplus
extern "C" {
#endif
#include <rvl/WPAD/WPAD.h>
#include <rvl/WPAD/WPADMem.h>
#ifdef __cplusplus
}
#endif
#endif