Files
ac-decomp/include/libultra/initialize.h
T
2024-11-01 16:01:19 +01:00

18 lines
215 B
C

#ifndef INITIALIZE_H
#define INITIALIZE_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void __osInitialize_common();
extern BOOL osIsEnableShutdown(void);
#ifdef __cplusplus
}
#endif
#endif