1 2 3 4 5 6 7 8
#ifndef GUARD_GBPLAYER_H #define GUARD_GBPLAYER_H #include "global.h" void InitGameBoyPlayer(void); #endif // GUARD_GBPLAYER_H