moving vertex files in ismotry folder

This commit is contained in:
Clément Le Bihan
2020-03-10 17:42:46 +01:00
parent b95205b607
commit 7dd7272239
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -69,7 +69,7 @@ add_executable(My3D
lib/gamacon/src/components/parallax_component.c
lib/gamacon/src/components/renderer.c
lib/gamacon/src/components/transform_component.c
lib/gamacon/src/components/renderers/vertex_component.c
lib/gamacon/src/components/isometry/vertex_component.c
lib/gamacon/src/deserializer/deserialize_entity.c
lib/gamacon/src/deserializer/prefab.c
lib/gamacon/src/engine/discard_player.c
@@ -211,7 +211,7 @@ add_executable(My3D
lib/my/my/my_str_replace.c
lib/gamacon/src/sfml_renderer/sfml_init.c
lib/gamacon/src/sfml_renderer/sfml_events.c
lib/gamacon/src/components/renderers/map_managment.c
lib/gamacon/src/components/isometry/map_managment.c
lib/gamacon/include/components/map_managment.h
lib/xmlparser/src/otherget.c
src/options.c
@@ -242,14 +242,14 @@ add_executable(My3D
src/systems/game_manager_system.c
include/systems/game_manager_system.h
lib/gamacon/include/keybindings.h
lib/gamacon/src/components/renderers/map_interactions.c
lib/gamacon/src/components/isometry/map_interactions.c
lib/gamacon/include/map_interactions.h
lib/gamacon/include/keybindings.h
lib/gamacon/src/ui/tooltip.c
lib/gamacon/src/components/tooltip_component.c
lib/gamacon/include/components/tooltip_component.h
lib/gamacon/src/systems/tooltip_system.c
)
lib/gamacon/src/components/isometry/vertex_data_loader.c)
add_compile_options(-W -Wall -Wextra -Wshadow)