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