home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.73.zip / src / bme / bme_cfg.h next >
Encoding:
C/C++ Source or Header  |  2014-07-23  |  437 b   |  14 lines

  1. // BME configuration (some static things)
  2.  
  3. #define MAX_JOYSTICKS 16        // Maximum joysticks
  4. #define MAX_HANDLES 16             // Up to 16 simultaneus files open from the
  5.                 // datafile
  6.  
  7. #define MAX_COLORS 256          // 8bit oldskool mode
  8.  
  9. #define DEFAULT_MAX_SPRFILES 256 // Default maximum of 256 spritefiles, though
  10.                                  // this can be set during running of program
  11.  
  12. #define MAX_KEYS 512
  13.  
  14.