mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-03 00:53:49 -04:00
Implement & link first_game.c, sys_romcheck.c
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef SYS_ROMCHECK_H
|
||||
#define SYS_ROMCHECK_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SYS_ROMCHECK_DEBUG_ROM_VERSION 0x90
|
||||
|
||||
extern void sys_romcheck();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user