/*juCi++ controller header file*/ #ifndef CONTROLLER_H #define CONTROLLER_H #include "model.h" /* -------------------------- HOW TO -------------------------- */ /* Controll classes under Controller->public */ /* Model object under Controller::class->private */ /* ------------------ Remove these comments ------------------- */ class Controller { public: }; #endif //CONTROLLER_H