]> git.sesse.net Git - stockfish/commit
Rename ucioption.h to uci.h
authorMarco Costalba <mcostalba@gmail.com>
Sun, 26 Oct 2014 06:09:19 +0000 (07:09 +0100)
committerJoona Kiiski <joona.kiiski@gmail.com>
Sun, 26 Oct 2014 19:39:46 +0000 (19:39 +0000)
commit5cbcff55cc3a2ff78dd83e7a3f94c5414946f82c
tree0f5f71633b4e246d27372fd61413b2acb2e48643
parent428962a2e8c754311119fa4f66c7c248d63cb2c8
Rename ucioption.h to uci.h

We are going to add all UCI related
functions here, so first rename it
to a more proper name.

No functional change.
src/benchmark.cpp
src/evaluate.cpp
src/main.cpp
src/search.cpp
src/thread.cpp
src/timeman.cpp
src/uci.cpp
src/uci.h [moved from src/ucioption.h with 100% similarity]
src/ucioption.cpp