From: Josh C. <ta...@us...> - 2002-03-29 14:13:43
|
tamc 2002/03/29 06:13:42 PST Modified files: game Player.cpp Player.h Added files: game Object.cpp Object.h Log: Create object class, made Player a subclass Revision Changes Path 1.1 +16 -0 brotha/game/Object.cpp (new) 1.1 +27 -0 brotha/game/Object.h (new) 1.5 +14 -34 brotha/game/Player.cpp 1.5 +4 -17 brotha/game/Player.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.h?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.4&r2=1.5&diff_format=h |