#ifndef cs20200_h_
#define cs20200_h_

#include <common.h>

char *cs20200_name();

void cs20200_game();

#endif