]> git.draconx.ca Git - rrace.git/commit
Restructure motif code a bit.
authorNick Bowler <nbowler@draconx.ca>
Sat, 12 Mar 2022 22:36:07 +0000 (17:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 12 Mar 2022 22:36:07 +0000 (17:36 -0500)
commit568ff47f18d09158e4760ff793be9004e4d61a96
treed5084cd5c418c9222cb649486ebb404a849d0621
parent48cf657b615567153e5ed786b6034f9b46733f9a
Restructure motif code a bit.

Move the game input callback into motif.c, which essentially brings all
the user input parts together in one file and all the display parts in
the other file.
src/motif.c
src/motif_ui.c