revert everything, these changes were a mistake

This commit is contained in:
Josh-Heaps
2026-06-13 20:30:26 -06:00
parent b99525ae51
commit e5e0c9cc48
23 changed files with 998 additions and 1611 deletions
-3
View File
@@ -8,9 +8,6 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# Shared library: chess_engine.dll (Windows) / libchess_engine.so (Linux).
add_library(chess_engine SHARED
src/chess_engine.cpp
src/eval.cpp
src/search.cpp
src/learned_model.cpp
src/bitboard.cpp
src/zobrist.cpp
src/position.cpp