UGDK
0.4.1
|
#include <string>
#include <list>
#include <vector>
#include <utility>
#include <ugdk/base/types.h>
#include <ugdk/graphic.h>
#include <ugdk/math/vector2D.h>
Go to the source code of this file.
Classes | |
class | ugdk::graphic::SpritesheetData |
Container for an unoptimized FixedSpritesheet data. May freely add new frames. More... | |
struct | ugdk::graphic::SpritesheetData::SpritesheetFrame |
class | ugdk::graphic::Spritesheet |
Namespaces | |
namespace | ugdk |
namespace | ugdk::graphic |
Typedefs | |
typedef unsigned int | GLuint |
Functions | |
Spritesheet * | ugdk::graphic::CreateSpritesheetFromTag (const std::string &tag) |
typedef unsigned int GLuint |