#ifndef IDLE_H #define IDLE_H #include "../activity.h" class Idle : public Activity::Of { public: }; #endif