issues
search
pngwen
/
xboing
A resurrection of the blockout style game for the x windows system.
Other
1
stars
6
forks
source link
Modernize file.c & ./include/file.h
#23
Open
de01dwc
opened
1 month ago
de01dwc
commented
1 month ago
Update #define variables to typed consts
Update struct to replace non-standard u_long with unsigned int or uint32_t
Remove preprocessor #if NeedFunctionPrototypes commands, keeping the 'true' block and removing the 'false' block.
Add reference to stdbool.h and ensure Boolean values are true/false