#ifndef cs20210_h_
#define cs20210_h_

#include <common.h>

char *cs20210_name();

void cs20210_game();

#endif