home *** CD-ROM | disk | FTP | other *** search
- // BME error code header file
-
- // BME function return codes
-
- #define BME_OK 1
- #define BME_ERROR 0
-
- // BME detailed error types (in bme_error)
-
- #define BME_OPEN_ERROR -1
- #define BME_READ_ERROR -2
- #define BME_WRONG_FORMAT -3
- #define BME_OUT_OF_MEMORY -4
- #define BME_THREAD_ERROR -5
- #define BME_ILLEGAL_CONFIG -6
- #define BME_OUT_OF_CHANNELS -7
- #define BME_GRAPHICS_ERROR -8
- #define BME_SOUND_ERROR -9
-
-