#ifndef cs20201_h_
#define cs20201_h_

#include <common.h>

char *cs20201_name();

void cs20201_game();

#endif