#ifndef CONTROLLER_H #define CONTROLLER_H #include "./wxw.h" class Controller { public: Controller(); int stopwatch; private: }; #endif