Skip to content

Commit 33f24a5

Browse files
committed
Fixed windows compilation
1 parent e0e99c7 commit 33f24a5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/buffers/buffers.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
#define SP_DRAM_STACK_SIZE8 0x400
1111

12+
#ifdef __cplusplus
13+
extern "C" {
14+
#endif
15+
1216
extern u8 gDecompressionHeap[];
1317

1418
extern u8 gAudioHeap[];
@@ -33,4 +37,8 @@ extern u8 gGfxSPTaskStack[];
3337

3438
extern struct GfxPool gGfxPools[1];
3539

40+
#ifdef __cplusplus
41+
};
42+
#endif
43+
3644
#endif // BUFFERS_H

0 commit comments

Comments
 (0)