summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLImageType.h
blob: ccb05abaebffc050702ef47c9ca89c34cc43e1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//  SDLImageType.h
//


#import "SDLEnum.h"

/**
* Contains information about the type of image.
*
* @since SDL 2.0
*/
typedef SDLEnum SDLImageType SDL_SWIFT_ENUM;

/**
 * @abstract Just the static hex icon value to be used
 */
extern SDLImageType const SDLImageTypeStatic;

/**
 * @abstract Binary image file to be used (identifier to be sent by SDLPutFile)
 *
 * @see SDLPutFile
 */
extern SDLImageType const SDLImageTypeDynamic;