home · contact · privacy
Also read window title from config/windows/ files. To facilitate that, also corrected...
[plomrogue] / src / readwrite.h
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-14 Christian HellerBuilt error checking into file reading/writing routines...
2013-07-23 Christian HellerMore documentation and re-styling of code according...
2013-07-22 Christian HellerMore code re-styling and documentation.
2013-07-21 Christian HellerMinor stylistic alignment adjustment.
2013-07-21 Christian HellerForced new documentation style on readwrite library.
2013-06-28 Christian HellerRe-grouped functions in readwrite library for readabili...
2013-06-28 Christian HellerMade all function declarations in header files extern...
2013-06-27 Christian HellerSorted out library dependencies / includes. Include...
2013-06-23 Christian HellerAdded #include guards.
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...