Initial implementation and tests for the new HL Variant API.
commit3e778772034dc8a1a76c79fb8beefd3905e0f73c
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 29 Jul 2007 17:32:03 +0000 (29 19:32 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 29 Jul 2007 17:32:03 +0000 (29 19:32 +0200)
tree831d63f67442ad81a42cd57643102403937f28c2
parenta175261c98f40549d4c5394a7f446bd25e40b9ff
Initial implementation and tests for the new HL Variant API.
src/pathinfo.h
src/point.h
tests/CMakeLists.txt
tests/hlvariants/CMakeLists.txt [new file with mode: 0644]
tests/hlvariants/boardtest.cpp [new file with mode: 0644]
tests/hlvariants/boardtest.h [new file with mode: 0644]
tests/hlvariants/chesspiecetest.cpp [new file with mode: 0644]
tests/hlvariants/chesspiecetest.h [new file with mode: 0644]
tests/hlvariants/prototype/board.h [new file with mode: 0644]
tests/hlvariants/prototype/chess/piece.cpp [new file with mode: 0644]
tests/hlvariants/prototype/chess/piece.h [new file with mode: 0644]