From 6e73ca6ada8a41692809dae5db89c8db0675ce1e Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Oct 2021 16:01:30 +0800 Subject: -Runner --- Runner/Graphics/PolyLine.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Runner/Graphics/PolyLine.h (limited to 'Runner/Graphics/PolyLine.h') 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 -- cgit v1.1-26-g67d0