diff options
Diffstat (limited to 'src/crepe/api/Point.h')
-rw-r--r-- | src/crepe/api/Point.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/crepe/api/Point.h b/src/crepe/api/Point.h deleted file mode 100644 index 575d624..0000000 --- a/src/crepe/api/Point.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -namespace crepe { - -class Point { -public: - double x; - double y; -}; - -} // namespace crepe |