UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
spritesheet.h File Reference
#include <string>
#include <list>
#include <vector>
#include <utility>
#include <ugdk/base/types.h>
#include <ugdk/graphic.h>
#include <ugdk/math/vector2D.h>
Include dependency graph for spritesheet.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

typedef unsigned int GLuint