Use state prototypes instead of state factories.
commite534fc6aa80b1652165e6dd64a327c2e321c8b81
authorPaolo Capriotti <p.capriotti@gmail.com>
Mon, 17 Dec 2007 21:42:54 +0000 (17 22:42 +0100)
committerPaolo Capriotti <p.capriotti@gmail.com>
Mon, 17 Dec 2007 21:42:54 +0000 (17 22:42 +0100)
treebcef0e1f99a0984a331bcdc47267d392e9378df0
parentb9ee9f9a854f5881bd76ca1a3adb146a1433225e
Use state prototypes instead of state factories.
15 files changed:
src/components.cpp
src/components.h
src/core/delegators/behaviour.h
src/variants/chess/CMakeLists.txt
src/variants/chess/chess.cpp
src/variants/chess/state.cpp
src/variants/chess/state.h
src/variants/chess/statefactory.cpp [deleted file]
src/variants/chess/statefactory.h [deleted file]
src/variants/crazyhouse/CMakeLists.txt
src/variants/crazyhouse/behaviour.cpp
src/variants/crazyhouse/behaviour.h
src/variants/crazyhouse/crazyhouse.cpp
src/variants/crazyhouse/statefactory.cpp [deleted file]
src/variants/crazyhouse/statefactory.h [deleted file]