Skip to content

Commit acbf05d

Browse files
committed
Fixed memory corruption issues and implemented area system
1 parent d5abdfc commit acbf05d

4 files changed

Lines changed: 285 additions & 142 deletions

File tree

src/game/level_update.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
#include "types.h"
77

8-
#ifdef __cplusplus
9-
extern "C" {
10-
#endif
11-
128
#define TIMER_CONTROL_SHOW 0
139
#define TIMER_CONTROL_START 1
1410
#define TIMER_CONTROL_STOP 2
@@ -62,6 +58,10 @@ struct CreditsEntry {
6258
/*0x0C*/ const char **unk0C;
6359
};
6460

61+
#ifdef __cplusplus
62+
extern "C" {
63+
#endif
64+
6565
extern struct CreditsEntry *gCurrCreditsEntry;
6666

6767
extern struct MarioState gMarioStates[];

0 commit comments

Comments
 (0)