diff --git a/include/setup.h b/include/setup.h index bf9fa87..e88a8c6 100644 --- a/include/setup.h +++ b/include/setup.h @@ -12,4 +12,5 @@ int start_game(); -void start_button(gc_engine *engine, int entity_id); \ No newline at end of file +bool start_button(gc_engine *engine, int entity_id); +bool quit(gc_engine *engine, int entity_id); \ No newline at end of file diff --git a/lib/gamacon b/lib/gamacon index 5ed8d1d..334073e 160000 --- a/lib/gamacon +++ b/lib/gamacon @@ -1 +1 @@ -Subproject commit 5ed8d1d36be6a27a5309ccae79ad269c83ee85c4 +Subproject commit 334073ea43a7d84d5f7dfb63d23d48e802e80b68 diff --git a/prefabs/mainmenu.gcprefab b/prefabs/mainmenu.gcprefab index 130616d..4c65fbc 100644 --- a/prefabs/mainmenu.gcprefab +++ b/prefabs/mainmenu.gcprefab @@ -5,8 +5,9 @@ - +