#ifndef _MYSTNB_GAME_H #define _MYSTNB_GAME_H #include /* Play the level, returns whether player completed the level */ bool play_level(int level); #endif /* _MYSTNB_GAME_H */