#include <Sdl.h>
List of all members.
Detailed Description
Represents the SDL system.
Definition at line 34 of file Sdl.h.
Member Function Documentation
SDL_version sdl::Sdl::compileVersion |
( |
| ) |
[inline] |
Returns the compile-time version of the SDL library.
- Returns:
- The SDL_version structure.
Definition at line 51 of file Sdl.h.
static Sdl& sdl::Sdl::instance |
( |
| ) |
[inline, static] |
Returns an instance of the SDL system.
- Returns:
- A reference to the Sdl instance.
Definition at line 41 of file Sdl.h.
const SDL_version* sdl::Sdl::linkedVersion |
( |
| ) |
[inline] |
Returns the runtime version of the SDL library.
- Returns:
- The SDL_version structure.
Definition at line 62 of file Sdl.h.
The documentation for this class was generated from the following file: