SDL_kitchensink
Loading...
Searching...
No Matches
kitutils.h
Go to the documentation of this file.
1#ifndef KITUTILS_H
2#define KITUTILS_H
3
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
24KIT_API const char* Kit_GetSDLAudioFormatString(unsigned int type);
25
32KIT_API const char* Kit_GetSDLPixelFormatString(unsigned int type);
33
40KIT_API const char* Kit_GetKitStreamTypeString(unsigned int type);
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif // KITUTILS_H
Public API configurations.
#define KIT_API
Definition kitconfig.h:30
KIT_API const char * Kit_GetKitStreamTypeString(unsigned int type)
Returns a descriptibe string for Kitchensink stream types.
KIT_API const char * Kit_GetSDLAudioFormatString(unsigned int type)
Returns a descriptive string for SDL audio format types.
KIT_API const char * Kit_GetSDLPixelFormatString(unsigned int type)
Returns a descriptive string for SDL pixel format types.