File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 6
6
* .vcxproj
7
7
* .filters
8
8
* .opensdf
9
+ * .exe
10
+
11
+ debug.txt
9
12
10
13
ChessPlusPlus /
11
14
Debug /
12
15
Release /
13
- libs /SFML-4fbefe7 /build_vs11 /
16
+ libs /SFML-4fbefe7 /build_vs11 /
17
+ * .pdb
18
+ * .ilk
Original file line number Diff line number Diff line change 9
9
// textureX = givenValX
10
10
// textureY = givenValY + ( this->color == WHITE ? 0 : 80 )
11
11
12
- #include " board\ logger.h"
12
+ #include " logger.h"
13
13
14
14
// The contigousness of this container does not matter
15
15
// It could be sorted for std::lower_bound? I don't think time is an issue
16
16
#include < vector>
17
- #include " board\ Position.h"
17
+ #include " Position.h"
18
18
19
19
namespace chesspp
20
20
{
@@ -92,7 +92,7 @@ namespace chesspp
92
92
}
93
93
94
94
// This is handy, thanks.
95
- #include " board\ Board.h"
95
+ #include " Board.h"
96
96
97
97
#endif
98
98
You can’t perform that action at this time.
0 commit comments