#ifndef EXPONENTIAL_H #define EXPONENTIAL_H #include "ControlElement.h" class Exponential : ControlElement { public: Exponential(); ~Exponential(); }; #endif // EXPONENTIAL_H