From 720edc0849aa69e1c944ac7a32ebcbe2ff1e4bf0 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 6 Jun 2015 17:16:44 +0200 Subject: Fixed indentation to be all spaces --- include/move.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include/move.h') diff --git a/include/move.h b/include/move.h index e0e9b6b..8f27977 100644 --- a/include/move.h +++ b/include/move.h @@ -1,7 +1,7 @@ -#ifndef MOVE_H -#define MOVE_H +#pragma once -enum class Move: int { +enum class Move: int +{ NOTHING = 0, MOVE_LEFT = 1, MOVE_RIGHT = 2, @@ -10,5 +10,3 @@ enum class Move: int { BUILD_MISSILE_CONTROLLER = 5, BUILD_SHIELD = 6 }; - -#endif -- cgit v1.2.3