diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -19,8 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GAME_H -#define GAME_H +#pragma once #include <string> @@ -97,5 +96,3 @@ class Game static Game *mInstance; }; - -#endif |