home · contact · privacy
Improved comments for windows library header file.
[plomrogue] / src / rexit.h
2013-08-26 Christian HellerCorrected spelling error in comment text.
2013-08-26 Christian HellerImproved comment description of exit_err().
2013-08-26 Christian Hellerexit_err() now also prints the internal error code.
2013-08-24 Christian HellerAdded generic default error message to exit_err().
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-15 Christian HellerRenamed all "fail" variables to "err", to reduce line...
2013-08-14 Christian HellerMove checking for error results into exit_err(), out...
2013-08-14 Christian HellerMade game exiting and cleaning up more flexible. Provid...