1 2 3 4 5 6 7 8 9 10
#ifndef GO_H #define GO_H #include "../activityOf.h" class Go : public Activity::Of<Go> { public: }; #endif