summaryrefslogtreecommitdiffstats
path: root/src/glitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glitem.h')
-rw-r--r--src/glitem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glitem.h b/src/glitem.h
index 552120d..e58f36f 100644
--- a/src/glitem.h
+++ b/src/glitem.h
@@ -138,6 +138,12 @@ protected:
virtual void createF(double height);
/**
+ * @brief drawF Draws an 'F' with matrix transformations.
+ * @param height The height of the 'F'.
+ */
+ virtual void drawF(double height);
+
+ /**
* @brief createAxes Creates x, y and z axis with specified length starting for (0,0,0)
* @param length Axes length.
*/