mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-17 06:11:49 +01:00
- add history.[h|cpp]
This commit is contained in:
parent
91442662d0
commit
159cb33b75
1 changed files with 22 additions and 21 deletions
|
@ -20,25 +20,26 @@ noinst_LIBRARIES = libgame.a
|
|||
|
||||
INCLUDES = -I$(top_srcdir)/dic
|
||||
|
||||
libgame_a_SOURCES = \
|
||||
ai_percent.cpp ai_percent.h \
|
||||
ai_player.h \
|
||||
tile.cpp tile.h \
|
||||
bag.cpp bag.h \
|
||||
coord.cpp coord.h \
|
||||
cross.cpp cross.h \
|
||||
board.cpp board.h \
|
||||
board_cross.cpp \
|
||||
board_search.cpp \
|
||||
duplicate.cpp duplicate.h \
|
||||
freegame.cpp freegame.h \
|
||||
game.cpp game.h \
|
||||
game_factory.cpp game_factory.h \
|
||||
player.cpp player.h \
|
||||
pldrack.cpp pldrack.h \
|
||||
rack.cpp rack.h \
|
||||
results.cpp results.h \
|
||||
round.cpp round.h \
|
||||
training.cpp training.h \
|
||||
turn.cpp turn.h
|
||||
libgame_a_SOURCES= \
|
||||
ai_percent.cpp ai_percent.h \
|
||||
ai_player.h \
|
||||
tile.cpp tile.h \
|
||||
bag.cpp bag.h \
|
||||
coord.cpp coord.h \
|
||||
cross.cpp cross.h \
|
||||
board.cpp board.h \
|
||||
board_cross.cpp \
|
||||
board_search.cpp \
|
||||
duplicate.cpp duplicate.h \
|
||||
freegame.cpp freegame.h \
|
||||
game.cpp game.h \
|
||||
game_factory.cpp game_factory.h \
|
||||
player.cpp player.h \
|
||||
pldrack.cpp pldrack.h \
|
||||
rack.cpp rack.h \
|
||||
results.cpp results.h \
|
||||
round.cpp round.h \
|
||||
training.cpp training.h \
|
||||
turn.cpp turn.h \
|
||||
history.cpp history.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue