summaryrefslogtreecommitdiffstats
path: root/src/Gal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gal.hpp')
-rw-r--r--src/Gal.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gal.hpp b/src/Gal.hpp
index 8089fd3..51d3bd6 100644
--- a/src/Gal.hpp
+++ b/src/Gal.hpp
@@ -78,6 +78,7 @@ namespace Gal {
};
enum class Primitive {
+ Line,
Triangle,
TriangleStrip,
TriangleFan,