File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ DEBUG_LIBS_Linux = -lsfml-system-d -lsfml-window-d -lsfml-graphics-d
6
6
RELEASE_LIBS_Linux = -lsfml-system -lsfml-window -lsfml-graphics
7
7
8
8
COMPILER_Darwin = clang++
9
- CXX_FLAGS_Darwin = -Wall -std=c++11 -stdlib- libc++
10
- DEBUG_LIBS_Darwin = -framework SFML -framework sfml-system -framework - sfml-window -framework - sfml-graphics
9
+ CXX_FLAGS_Darwin = -Wall -std=c++11 -stdlib= libc++
10
+ DEBUG_LIBS_Darwin = -framework SFML -framework sfml-system -framework sfml-window -framework sfml-graphics
11
11
RELEASE_LIBS_Darwin = $(DEBUG_LIBS )
12
12
13
13
COMPILER = $(COMPILER_$(UNAME ) )
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