#ifndef GAME_H #define GAME_H // Public void start_game(); void toggle_pause(); extern bool paused; // Private static void game_loop(); #endif