home *** CD-ROM | disk | FTP | other *** search
- // BME header file for user applications
-
- #ifndef BME_H
- #define BME_H
-
- #include <SDL/SDL.h>
- #include "bme_main.h"
- #include "bme_cfg.h"
- #include "bme_err.h"
- #include "bme_snd.h"
- #include "bme_gfx.h"
- #include "bme_win.h"
- #include "bme_kbd.h"
- #include "bme_mou.h"
- #include "bme_io.h"
- #include "bme_end.h"
-
- #endif
-