#include "types.h"
#include <string>
#include <cerrno>
#include "SDL.h"
#include "SDL_opengl.h"
Go to the source code of this file.
|
| sdltk |
| the SDL based Stuff
|
|
|
#define | SDLGUIERROR(error, details) sdltk::Exception ((details), __FILE__, __LINE__) |
|
#define | SDLGUICERROR(eno, error, details) sdltk::Exception (eno, (details), __FILE__, __LINE__) |
|
#define | EXCLF __FILE__, __LINE__ |
|
#define | EXCSDL(error) sdltk::ExcSDL((error), SDL_GetError(), EXCLF); |
|
#define | EXCGL(error) sdltk::ExcGL((error), oglGetError(), EXCLF); |
|
#define EXCLF __FILE__, __LINE__ |
#define SDLGUICERROR |
( |
|
eno, |
|
|
|
error, |
|
|
|
details |
|
) |
| sdltk::Exception (eno, (details), __FILE__, __LINE__) |
#define SDLGUIERROR |
( |
|
error, |
|
|
|
details |
|
) |
| sdltk::Exception ((details), __FILE__, __LINE__) |