summaryrefslogtreecommitdiffstats
path: root/src/renderer/Lines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/Lines.h')
-rw-r--r--src/renderer/Lines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/renderer/Lines.h b/src/renderer/Lines.h
new file mode 100644
index 00000000..f2694fc0
--- /dev/null
+++ b/src/renderer/Lines.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CLines
+{
+public:
+ static void RenderLineWithClipping(float x1, float y1, float z1, float x2, float y2, float z2, uint32 c1, uint32 c2);
+};