#ifndef cs20211_h_
#define cs20211_h_

#include <common.h>

char *cs20211_name();

void cs20211_game();

#endif