aboutsummaryrefslogtreecommitdiff
path: root/week-2/Vorm.h
diff options
context:
space:
mode:
Diffstat (limited to 'week-2/Vorm.h')
-rw-r--r--week-2/Vorm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/week-2/Vorm.h b/week-2/Vorm.h
deleted file mode 100644
index 17cf486..0000000
--- a/week-2/Vorm.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-class Vorm {
- public:
- Vorm();
- virtual double getOppervlakte();
- virtual double getSomGraden();
-};
-