diff -r f848120b3fcc -r fae8fd118da9 project_files/HedgewarsMobile/Classes/HWUtils.h --- a/project_files/HedgewarsMobile/Classes/HWUtils.h Wed Mar 28 01:26:47 2012 +0200 +++ b/project_files/HedgewarsMobile/Classes/HWUtils.h Wed Mar 28 01:56:42 2012 +0200 @@ -14,13 +14,12 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * File created on 01/10/2012. */ #import + typedef enum {gtNone, gtLocal, gtSave, gtMission, gtNet} TGameType; typedef enum {gsNone, gsLoading, gsInGame, gsInterrupted, gsEnded} TGameStatus;