diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-25 15:20:07 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-25 15:20:07 +0200 |
| commit | f369620f9b57ed8a0fa6060294a962af680306db (patch) | |
| tree | 9b0b7ffe46b8c48b2224fda3d82fbd9f6b428370 /src/moves.cpp | |
| parent | 55f8cffd1dcd5b2f842b01ef38630233983f844f (diff) | |
adding struct for moves
Diffstat (limited to 'src/moves.cpp')
| -rw-r--r-- | src/moves.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/moves.cpp b/src/moves.cpp new file mode 100644 index 0000000..f417499 --- /dev/null +++ b/src/moves.cpp @@ -0,0 +1,3 @@ +#include "moves.hpp" + + |
