Class structure, updated UML
Missing : actual code, decorators
This commit is contained in:
parent
2b9593bee8
commit
67435debe6
9 changed files with 113 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.14)
|
||||
project(src)
|
||||
project(project_maat)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules" ${CMAKE_MODULE_PATH})
|
||||
|
||||
add_library(engine Level.cpp Level.h Entity.cpp Entity.h)
|
||||
add_library(engine Level.cpp Level.h Entity.cpp Entity.h Game.cpp Game.h)
|
||||
|
||||
target_link_libraries(engine
|
||||
sfml-window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue