1 2 3 4 5 6 7 8
#ifndef ARMOS_H #define ARMOS_H #include "gba/types.h" void Armos_SetFlagFromTransition(u32 armosId); #endif // ARMOS_H