OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_VERSION
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
Completed in 35 milliseconds