Castlekeep
A isometric castle build simulator
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
castlekeep
src
sdl_window.h
1
22
#ifndef SDL_WINDOW_H
23
#define SDL_WINDOW_H
24
25
#include <SDL2/SDL.h>
26
27
#include "window.h"
28
29
namespace
CastleKeep
30
{
31
class
SDLWindow
:
public
Window
32
{
33
public
:
34
35
SDLWindow
(
int
width,
int
height,
bool
fullscreen);
36
37
virtual
~
SDLWindow
();
38
39
void
* getNativeWindow();
40
41
protected
:
42
SDL_Event _event;
43
SDL_Window *_window;
44
};
45
46
}
47
48
#endif
CastleKeep::SDLWindow
Definition:
sdl_window.h:31
CastleKeep::Window
Definition:
window.h:29
Generated on Wed Mar 26 2014 14:23:47 for Castlekeep by
1.8.6