summaryrefslogtreecommitdiff
path: root/game/activities/go.h
blob: 858b80403531a55331604b2424a394272c388ff9 (plain)
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