mirror of
https://github.com/zeldaret/ss
synced 2026-06-04 18:58:45 -04:00
dc221b4795
* 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
14 lines
193 B
C
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
|