![]() |
PROTO::KLUDGE
0.1
Quick prototyping library for games using SDL and OpenGL.
|
#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"
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 | |