HomeSort by relevance Sort by last modified time
    Searched defs:SDL_VERSION (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_version.h 42 typedef struct SDL_version {
46 } SDL_version;
51 #define SDL_VERSION(X) \
75 use the SDL_Version() macro.
77 extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_version.h 42 typedef struct SDL_version {
46 } SDL_version;
51 #define SDL_VERSION(X) \
75 use the SDL_Version() macro.
77 extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_version.h 42 typedef struct SDL_version {
46 } SDL_version;
51 #define SDL_VERSION(X) \
75 use the SDL_Version() macro.
77 extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_version.h 25 "@(#) $Id: SDL_version.h,v 1.14 2004/07/18 22:57:40 slouken Exp $";
47 typedef struct SDL_version {
51 } SDL_version;
56 #define SDL_VERSION(X) \
80 use the SDL_Version() macro.
82 extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void);
  /prebuilt/windows/sdl/include/SDL/
SDL_version.h 42 typedef struct SDL_version {
46 } SDL_version;
51 #define SDL_VERSION(X) \
75 use the SDL_Version() macro.
77 extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void);

Completed in 100 milliseconds