PROTO::KLUDGE  0.1
Quick prototyping library for games using SDL and OpenGL.
LevelSelectScreen.hpp File Reference
#include <vector>
#include "core/Game.hpp"
#include "states/ScreenState.hpp"
#include "graphics/GLTexture.hpp"
#include "graphics/GLSprite.hpp"
#include "graphics/RectangleShape.hpp"
Include dependency graph for LevelSelectScreen.hpp:

Go to the source code of this file.

Classes

class  pk::LevelSelectScreen
 ScreenState subclass used for the Level Select state. More...
 

Namespaces

 pk
 
 pk::levelSelection
 

Enumerations

enum  {
  pk::levelSelection::UNINITIALIZED, pk::levelSelection::RUNNING, pk::levelSelection::SPIKES, pk::levelSelection::ICE,
  pk::levelSelection::DESERT, pk::levelSelection::JUNGLE, pk::levelSelection::CASTLE, pk::levelSelection::FIRE,
  pk::levelSelection::GREEN, pk::levelSelection::PINK, pk::levelSelection::PURPLE, pk::levelSelection::EXIT
}