TODO 589 B

12345678910111213141516
  1. Stuff that needs to be done and wishlist:
  2. - update the Makefile so that Cygwin can generate a DLL. The entire codebase
  3. compiles under Cygwin otherwise.
  4. - Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
  5. decide that there's no disc in the drive?
  6. - MacOS support.
  7. - Move the integer types to something abstract. uint32, etc.
  8. - Platform-specific functions/macros to handle byte ordering.
  9. - A PHYSFS_readUint32(), _readSint32(), etc API.
  10. - Ditch the "standard" i/o routines (fopen() and friends) and move this into
  11. the platform drivers.
  12. // end of TODO ...