mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 05:31:51 -04:00
bececbff99
* main OK * gSegments -> SegmentBaseAddress * newline * format
9 lines
123 B
C
9 lines
123 B
C
#ifndef SYS_INITIAL_CHECK_H
|
|
#define SYS_INITIAL_CHECK_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void Check_RegionIsSupported(void);
|
|
|
|
#endif
|