Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	Lab4.vcxproj
	Lab4.vcxproj.filters
  • Loading branch information
masra91 committed Apr 28, 2012
2 parents 63a4b71 + 9ee3f98 commit 7b53610
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion abstractGame.cpp
@@ -1,4 +1,4 @@
//Lab 5 - Single Player and Multiplayer Games
///Lab 5 - Single Player and Multiplayer Games
//Name: Atalie Holman (aholman@go.wustl.edu) and Mason Allen (mrallen@wustl.edu) and Chris Lauber (clauber@wustl.edu)
// 4-27-12
// abstractGame.cpp
Expand Down Expand Up @@ -1113,3 +1113,20 @@ void abstractGame :: isQuitting()
quitting_=true;
}

//gameType stringGetType(string s)
//{
// if(s == "magicsquares" || s == "magicsquare")
// {
// return MAGIC;
// }
// else if(s == "reversi")
// {
// return REVERSI;
// }
// else if(s == "ninealmonds")
// {
// return ALMONDS;
// }
// else
// return INVALID;
//}

0 comments on commit 7b53610

Please sign in to comment.