adding rotation, vertex selection and tile selection

This commit is contained in:
Clément Le Bihan
2020-03-10 14:31:33 +01:00
parent 8b1a3b2ab0
commit bcbba0943f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ add_executable(My3D
src/systems/game_manager_system.c
include/systems/game_manager_system.h
lib/gamacon/include/keybindings.h
)
lib/gamacon/src/components/map_interactions.c lib/gamacon/include/map_interactions.h)
add_compile_options(-W -Wall -Wextra -Wshadow)