|
From: Josh B. <bro...@us...> - 2002-04-24 10:58:37
|
browner10 2002/04/24 03:58:36 PDT
Modified files:
set card.h deck.h
Log:
Added the deck class to help with storage problems, and updated the card
class to not store all the stuff a card used to know.
Basically now the deck has a pointer to each card and knows the position
of each of those cards.
Revision Changes Path
1.5 +1 -3 examples/set/card.h
1.2 +77 -0 examples/set/deck.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/card.h.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/deck.h.diff?r1=1.1&r2=1.2&diff_format=h
|