From 460d9bda5f03c5da29864fa9dd160848097be51b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 6 Jan 2018 11:36:50 +0000 Subject: [Travis] Rebuilding documentation --- shape_8h_source.html | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 shape_8h_source.html (limited to 'shape_8h_source.html') diff --git a/shape_8h_source.html b/shape_8h_source.html new file mode 100644 index 00000000..b587ee8b --- /dev/null +++ b/shape_8h_source.html @@ -0,0 +1,144 @@ + + + + + + +YAGE: yage/render/shape.h Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+
+
shape.h
+
+
+Go to the documentation of this file.
1 #ifndef YAGE_RENDER_SHAPE_H
+
2 #define YAGE_RENDER_SHAPE_H
+
3 
+
4 #include "drawable.h"
+
5 
+
6 namespace yage
+
7 {
+
8 
+
9 class Shape : public Drawable
+
10 {
+
11 public:
+
12  virtual void render() const;
+
13 };
+
14 
+
15 } // namespace yage
+
16 
+
17 #endif
+
Definition: shape.h:9
+ +
virtual void render() const
+
Definition: drawable.h:9
+
+
+ + + + -- cgit