Fix include guard position. Move contents of Grid.*pp to Gameplay.*pp to avoid a circular dependency.
This commit is contained in:
parent
ac0d35e053
commit
100065e158
11 changed files with 536 additions and 528 deletions
|
@ -1,2 +1,2 @@
|
|||
add_executable(Bob Bob.cpp Bob.hpp Grid.cpp Grid.hpp Gameplay.cpp Gameplay.hpp Gui.hpp Gui.cpp Events.cpp Exceptions.hpp)
|
||||
add_executable(Bob Bob.cpp Bob.hpp Gameplay.cpp Gameplay.hpp Gui.hpp Gui.cpp Events.cpp Exceptions.hpp)
|
||||
target_link_libraries(Bob ${SDL2_LIB} ${SDL2_GFX_LIB} ${SDL2_TTF_LIB} ${Boost_LIBRARIES})
|
Loading…
Add table
Add a link
Reference in a new issue