UGDK
0.4.1
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
shape.h
Go to the documentation of this file.
1
#ifndef UGDK_GRAPHIC_DRAWABLE_SHAPE_H_
2
#define UGDK_GRAPHIC_DRAWABLE_SHAPE_H_
3
4
#include <
ugdk/graphic/drawable.h
>
5
6
namespace
ugdk {
7
namespace
graphic {
8
9
class
Shape
:
public
Drawable
{
10
public
:
11
virtual
~Shape
() {};
12
13
protected
:
14
Shape
() {}
15
};
16
17
}
// namespace graphic
18
}
// namespace ugdk
19
20
#endif
src
ugdk
graphic
drawable
shape.h
Generated on Sat Oct 13 2012 02:25:11 for UGDK by
1.8.2