mirror of
https://github.com/zeldaret/ph
synced 2026-08-19 13:33:26 -04:00
match most of OverlayManager.cpp
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef _NDS_OVERLAY_H
|
||||
#define _NDS_OVERLAY_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct Overlay {
|
||||
/* 00 */ unk32 mId;
|
||||
/* 04 */ void *mBaseAddress;
|
||||
@@ -27,4 +31,8 @@ bool Overlay_Destroy(Overlay *overlay);
|
||||
bool Overlay_Load(Overlay *overlay, unk32 param2);
|
||||
bool Overlay_Unload(Overlay *overlay, unk32 param2);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user