#ifndef cs20220_h_
#define cs20220_h_

#include <common.h>

char *cs20220_name();

void cs20220_game();

#endif