summaryrefslogtreecommitdiff
path: root/game/activities/go.h
blob: 87275399d50f41a4fb4dddac675ca51c70b0f87b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GO_H
#define GO_H

#include "../activity.h"

class Go : public Activity::Of<Go> {
public:
};

#endif