issues
search
pngwen
/
xboing
A resurrection of the blockout style game for the x windows system.
Other
1
stars
6
forks
source link
Change ReadNextLevel() signature in file.c & ./include/file.h
#27
Open
de01dwc
opened
1 month ago
de01dwc
commented
1 month ago
Update parameter levelName to const as it does not change
Update draw parameter to Boolean as it is treated as true/false
Update return value to Boolean from stdbool.h
Update calls to ReadNextLevel() to reflect these changes