#ifndef CROCPARTY_GAME_H #define CROCPARTY_GAME_H void game_init(); void game_update(); void game_draw(); #endif //CROCPARTY_GAME_H