UGDK
src/ugdk/graphic.h
Go to the documentation of this file.
00001 #ifndef UGDK_GRAPHIC_H_
00002 #define UGDK_GRAPHIC_H_
00003 
00004 namespace ugdk {
00005 namespace graphic {
00006 
00007 // Drawables
00008 class Drawable;
00009 class Shape;
00010 
00011 class Text;
00012 class Sprite;
00013 class SolidRectangle;
00014 class TexturedRectangle;
00015 
00016 // Extra
00017 class Font;
00018 class Image;
00019 class Light;
00020 class Modifier;
00021 class Node;
00022 class Texture;
00023 class Spritesheet;
00024 
00025 // Managers
00026 class TextManager;
00027 class VideoManager;
00028 
00029 }  // namespace graphic
00030 }  // namespace ugdk
00031 
00032 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines