mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
refactor main and irqmgr
This commit is contained in:
@@ -76,6 +76,7 @@ extern Debug_mode* debug_mode;
|
||||
#define GETREG(reg, idx) ((s16)(REGADDR(reg, idx)))
|
||||
#define SETREG(reg, idx, val) (REGADDR(reg, idx) = (val))
|
||||
|
||||
extern void new_Debug_mode();
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user