diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 22:25:31 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 22:25:31 +0100 |
| commit | f27b60d4fef5d3d081a2fe231169219416c877c8 (patch) | |
| tree | 1263ae3c563c29dca338fc0997df2c662e4bc1dc /libs | |
| parent | 142e17b99d097296027f576a7ac33ae209fa80df (diff) | |
match most of OverlayManager.cpp
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/nds/include/nds/Overlay.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/nds/include/nds/Overlay.h b/libs/nds/include/nds/Overlay.h index 7a8c6fa9..5339a9d7 100644 --- a/libs/nds/include/nds/Overlay.h +++ b/libs/nds/include/nds/Overlay.h @@ -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 |
