PROTO::KLUDGE  0.1
Quick prototyping library for games using SDL and OpenGL.
Window.hpp File Reference
#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_ttf.h>
#include <SDL2/SDL_mixer.h>
#include "graphics/Drawable.hpp"
#include "graphics/GLDrawable.hpp"
#include "core/GLStates.hpp"
Include dependency graph for Window.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pk::Window
 Class for SDL window creation and management, implemented using the Facade pattern to provide a more intuitive interface. More...
 

Namespaces

 pk