Adding main characteristics
This commit is contained in:
parent
029acbbbb3
commit
4b5ec33d74
14 changed files with 124 additions and 8 deletions
|
|
@ -21,7 +21,13 @@ set(SOURCE_HEADERS
|
|||
include/imgui/imstb_truetype.h
|
||||
include/gui.hpp
|
||||
include/gui_data.hpp
|
||||
include/window.hpp)
|
||||
include/window.hpp
|
||||
include/billy_sheet.hpp
|
||||
include/characteristic/habilete.hpp
|
||||
include/characteristic/adresse.hpp
|
||||
include/characteristic/endurance.hpp
|
||||
include/characteristic/chance.hpp
|
||||
)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/imgui/imgui.cpp
|
||||
|
|
@ -33,7 +39,12 @@ set(SOURCE_FILES
|
|||
src/main.cpp
|
||||
src/gui.cpp
|
||||
src/gui_data.cpp
|
||||
src/window.cpp)
|
||||
src/window.cpp
|
||||
src/billy_sheet.cpp
|
||||
src/characteristic/adresse.cpp
|
||||
src/characteristic/endurance.cpp
|
||||
src/characteristic/chance.cpp
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
${SOURCE_HEADERS}
|
||||
|
|
@ -75,7 +86,7 @@ set(COMPILE_FLAGS
|
|||
-Wall
|
||||
-Wextra
|
||||
-Wpedantic
|
||||
-Wpadded
|
||||
# -Wpadded
|
||||
-pedantic
|
||||
-ffunction-sections
|
||||
-fdata-sections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue