From 858a9fa99fa8410b69523fa4ed69272015fcf0d3 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 10 Jan 2018 18:45:08 +0000 Subject: [Travis] Rebuilding documentation --- shape_8h_source.html | 81 ++++++++++++++++++++-------------------------------- 1 file changed, 31 insertions(+), 50 deletions(-) (limited to 'shape_8h_source.html') diff --git a/shape_8h_source.html b/shape_8h_source.html index 72193c3b..b15ecfb4 100644 --- a/shape_8h_source.html +++ b/shape_8h_source.html @@ -8,13 +8,6 @@ - - - - -
+ +
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
+Go to the documentation of this file.
1 
+
9 #ifndef YAGE_RENDER_SHAPE_H
+
10 #define YAGE_RENDER_SHAPE_H
+
11 
+
12 #include "drawable.h"
+
13 
+
14 namespace yage
+
15 {
16 
-
17 #endif
-
Definition: shape.h:9
- +
17 class Shape : public Drawable
+
18 {
+
19 public:
+
20  virtual void render() const;
+
21 };
+
22 
+
23 } // namespace yage
+
24 
+
25 #endif
+
Definition: shape.h:17
+
virtual void render() const
-
Definition: drawable.h:9
+
Definition: drawable.h:17
-
- + -- cgit