Home | History | Annotate | Download | only in include

Lines Matching refs:SDL_VERSION

23  *  \file SDL_version.h
48 * \sa SDL_VERSION
51 typedef struct SDL_version
56 } SDL_version;
67 * This macro fills in a SDL_version structure with the version of the
71 * determined with SDL_GetVersion(), which, unlike SDL_VERSION(),
74 * \param x A pointer to a SDL_version struct to initialize.
76 * \sa SDL_version
79 #define SDL_VERSION(x) \
114 * This function returns the current version, while SDL_VERSION() is a
118 * SDL_version compiled;
119 * SDL_version linked;
121 * SDL_VERSION(&compiled);
131 * \sa SDL_VERSION
133 extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);