diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-05 20:43:24 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-05 20:43:24 +0100 |
commit | 01bd4791cbeabcf85ea72f91c1edd0af8ac17b1f (patch) | |
tree | 5c24611842cfefd1866a1e915c5d55279aae0234 /algo1w4d2/Klant.h | |
parent | bdf6588d9154889d897d6b102fc32f49bf92fa7b (diff) |
Diffstat (limited to 'algo1w4d2/Klant.h')
-rw-r--r-- | algo1w4d2/Klant.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/algo1w4d2/Klant.h b/algo1w4d2/Klant.h new file mode 100644 index 0000000..3626cf3 --- /dev/null +++ b/algo1w4d2/Klant.h @@ -0,0 +1,8 @@ +#pragma once + +/** @brief Dummy class */ +class Klant { +public: + Klant(); + virtual ~Klant(); +}; |