diff options
Diffstat (limited to 'Project/Multiplier.h')
-rw-r--r-- | Project/Multiplier.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Project/Multiplier.h b/Project/Multiplier.h new file mode 100644 index 0000000..ad3172c --- /dev/null +++ b/Project/Multiplier.h @@ -0,0 +1,14 @@ +#ifndef MULTIPLIER_H +#define MULTIPLIER_H + +#include "ControlElement.h" + +class Multiplier : public ControlElement +{ +public: + Multiplier(); + ~Multiplier(); + +}; + +#endif // MULTIPLIER_H |