#ifndef cs20214_h_
#define cs20214_h_

#include <common.h>

char *cs20214_name();

void cs20214_game();

#endif