Standardized return values from RetroFlat API functions.  
More...
|  | 
| #define | RETROFLAT_OK   0x00 | 
|  | Certain functions return this when there was no problem. 
 | 
|  | 
| #define | RETROFLAT_ERROR_ENGINE   0x01 | 
|  | 
| #define | RETROFLAT_ERROR_GRAPHICS   0x02 | 
|  | 
| #define | RETROFLAT_ERROR_MOUSE   0x04 | 
|  | 
| #define | RETROFLAT_ERROR_BITMAP   0x08 | 
|  | Returned if there is a problem loading or locking a ::RETROFLAT_BITMAP struct. 
 | 
|  | 
| #define | RETROFLAT_ERROR_TIMER   0x0f | 
|  | 
Standardized return values from RetroFlat API functions.