diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-11-09 11:48:12 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-11-09 11:48:12 +0100 |
commit | ffae2cb77bfb3263146a2de0deedf6528d4df461 (patch) | |
tree | 88e4b61087069f8ce5badadbc6264d20b8a051d5 /oop1w2/Vorm.cpp | |
parent | d797758769d033c64babdf77ea6b64262f792b23 (diff) |
repository aanpassen voor oop2
Diffstat (limited to 'oop1w2/Vorm.cpp')
-rw-r--r-- | oop1w2/Vorm.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/oop1w2/Vorm.cpp b/oop1w2/Vorm.cpp new file mode 100644 index 0000000..c919d08 --- /dev/null +++ b/oop1w2/Vorm.cpp @@ -0,0 +1,13 @@ +#include "Vorm.h" + +Vorm::Vorm() { + return; +} + +double Vorm::getOppervlakte() { + return 0; +} + +double Vorm::getSomGraden() { + return 0; +} |