home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.68.zip / src / bme / bme.h < prev    next >
C/C++ Source or Header  |  2008-04-01  |  310b  |  19 lines

  1. // BME header file for user applications
  2.  
  3. #ifndef BME_H
  4. #define BME_H
  5.  
  6. #include <SDL/SDL.h>
  7. #include "bme_main.h"
  8. #include "bme_cfg.h"
  9. #include "bme_err.h"
  10. #include "bme_snd.h"
  11. #include "bme_gfx.h"
  12. #include "bme_win.h"
  13. #include "bme_kbd.h"
  14. #include "bme_mou.h"
  15. #include "bme_io.h"
  16. #include "bme_end.h"
  17.  
  18. #endif
  19.