nonchocoboy 2002/05/02 19:41:48 PDT
Modified files:
client BrothaApp.h SConscript
Added files:
client GameWorld.cpp GameWorld.h
Log:
Added GameWorld so the client has some place to put it's cache of the
objects and players in the game.
Revision Changes Path
1.22 +11 -2 brotha/client/BrothaApp.h
1.1 +102 -0 brotha/client/GameWorld.cpp (new)
1.1 +80 -0 brotha/client/GameWorld.h (new)
1.21 +1 -0 brotha/client/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.21&r2=1.22&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GameWorld.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GameWorld.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.20&r2=1.21&diff_format=h
|