#ifndef cs20216_h_
#define cs20216_h_

#include <common.h>

char *cs20216_name();

void cs20216_game();

#endif