Rally X
ELEN3009 Project by Justin Wernick and David Schneider
source/main.cpp
Go to the documentation of this file.
00001 #include "logic/Game.h"
00002 
00003 int main()
00004 {
00005     try
00006     {
00007         Game game;
00008         game.start();
00009     }
00010     catch (BadResolution)
00011     {
00012     }
00013     catch (InstallFailure)
00014     {
00015     }
00016     catch (FileOpenError)
00017     {
00018     }
00019 
00020     return 0;
00021 }
 All Classes Files Functions Variables Typedefs Enumerations Enumerator