mirror of
https://github.com/zoriya/My3D.git
synced 2026-06-02 02:26:35 +00:00
adding event manager
This commit is contained in:
+4
-2
@@ -206,7 +206,7 @@ add_executable(My3D
|
||||
src/main_menu.c
|
||||
lib/gamacon/src/components/clickable_component.c
|
||||
lib/gamacon/include/components/clickable_component.h
|
||||
lib/gamacon/src/systems/clickable_system.c
|
||||
lib/gamacon/src/systems/clickable_manager.c
|
||||
lib/gamacon/src/sfml_renderer/sfml_events.c
|
||||
lib/my/my/my_str_replace.c
|
||||
lib/gamacon/src/sfml_renderer/sfml_init.c
|
||||
@@ -233,7 +233,9 @@ add_executable(My3D
|
||||
include/components/game_display.h
|
||||
src/components/game_display.c
|
||||
src/systems/game_display_system.c
|
||||
)
|
||||
lib/gamacon/src/components/tile_collision_manager.c
|
||||
lib/gamacon/include/components/tile_collision_manager.h
|
||||
lib/gamacon/src/engine/event_manager.c lib/gamacon/include/event_manager.h)
|
||||
|
||||
add_compile_options(-W -Wall -Wextra -Wshadow)
|
||||
|
||||
|
||||
+1
-1
Submodule lib/gamacon updated: 3e0ba65110...6b34b49a05
Reference in New Issue
Block a user