]> git.mcshandy.xyz Git - barrow_crawler/commit
Introduce main menu, menu control system, and get the Quit button working as a proof...
authorRandy McShandy <randy@mcshandy.xyz>
Sun, 15 Jun 2025 03:52:38 +0000 (22:52 -0500)
committerRandy McShandy <randy@mcshandy.xyz>
Sun, 15 Jun 2025 03:52:38 +0000 (22:52 -0500)
commit6f7571ad7320a1638a8341641809d4fdb18f5b00
tree1fce49d1a02c97c3403f2ba35527a4d59a598614
parent77be3f2752d6dcd5d3f75b2ff7f4457a67a514e6
Introduce main menu, menu control system, and get the Quit button working as a proof of concept.
bin/posix_BC
src/enums.h [new file with mode: 0644]
src/main.c
src/menufuncs.c [new file with mode: 0644]
src/menufuncs.h [new file with mode: 0644]
src/render_raylib.c
src/structs.c
src/structs.h
src/ui.c [new file with mode: 0644]
src/ui.h [new file with mode: 0644]