summaryrefslogtreecommitdiff
path: root/Runner/Graphics/PolyLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runner/Graphics/PolyLine.h')
-rw-r--r--Runner/Graphics/PolyLine.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Runner/Graphics/PolyLine.h b/Runner/Graphics/PolyLine.h
deleted file mode 100644
index 1850e47..0000000
--- a/Runner/Graphics/PolyLine.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef POLY_LINE_H
-#define POLY_LINE_H
-
-#include "../Math/Vector3.h"
-
-class PolyLine
-{
-public:
- PolyLine();
- ~PolyLine();
-
- void Draw();
-
-private:
-
-};
-
-#endif \ No newline at end of file