#ifndef GAME_HPP #define GAME_HPP bool inGame = false; void game(int diff); #endif