summaryrefslogtreecommitdiff
path: root/Client/Source/Graphics/Primitive.h
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Source/Graphics/Primitive.h')
-rw-r--r--Client/Source/Graphics/Primitive.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Client/Source/Graphics/Primitive.h b/Client/Source/Graphics/Primitive.h
new file mode 100644
index 0000000..6636221
--- /dev/null
+++ b/Client/Source/Graphics/Primitive.h
@@ -0,0 +1,8 @@
+#pragma once
+
+enum EPrimitive
+{
+ Primitive_Triangle = 1,
+ Primitive_Line = 2,
+ Primitive_Point = 3,
+};