|
From: Audoux <au...@us...> - 2001-01-03 00:31:34
|
Update of /cvsroot/attal/src/client
In directory usw-pr-cvs1:/tmp/cvs-serv5111
Modified Files:
Makefile.am
Log Message:
add gameInfo.{h,cpp}
Index: Makefile.am
===================================================================
RCS file: /cvsroot/attal/src/client/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** Makefile.am 2000/12/29 18:25:05 1.16
--- Makefile.am 2001/01/03 00:31:30 1.17
***************
*** 15,18 ****
--- 15,19 ----
game.h \
gameControl.h \
+ gameInfo.h \
graphicalBuilding.h \
graphicalCell.h \
***************
*** 34,37 ****
--- 35,39 ----
game.cpp \
gameControl.cpp \
+ gameInfo.cpp \
graphicalBuilding.cpp \
graphicalCell.cpp \
|