Shipwright/soh/soh/Enhancements/mods.h
2023-02-27 01:46:25 +01:00

15 lines
125 B
C

#ifndef MODS_H
#define MODS_H
#ifdef __cplusplus
extern "C" {
#endif
void InitMods();
#ifdef __cplusplus
}
#endif
#endif