cocoaTouch/otherSrc/SDL_image.h
changeset 2723 eaa6ac1e95ea
parent 2698 90585aba87ad
equal deleted inserted replaced
2722:d891285e500f 2723:eaa6ac1e95ea
    38 */
    38 */
    39 #define SDL_IMAGE_MAJOR_VERSION	1
    39 #define SDL_IMAGE_MAJOR_VERSION	1
    40 #define SDL_IMAGE_MINOR_VERSION	2
    40 #define SDL_IMAGE_MINOR_VERSION	2
    41 #define SDL_IMAGE_PATCHLEVEL	10
    41 #define SDL_IMAGE_PATCHLEVEL	10
    42 
    42 
    43 typedef enum
    43 typedef enum {
    44 {
       
    45     IMG_INIT_JPG = 0x00000001,
    44     IMG_INIT_JPG = 0x00000001,
    46     IMG_INIT_PNG = 0x00000002,
    45     IMG_INIT_PNG = 0x00000002,
    47     IMG_INIT_TIF = 0x00000004
    46     IMG_INIT_TIF = 0x00000004
    48 } IMG_InitFlags;
    47 } IMG_InitFlags;
    49 
    48