1
2
3
4
5
6
7
8
9
10
11
12
#ifndef cs20214_h_
#define cs20214_h_
#include <common.h>
char *cs20214_name();
void cs20214_game();
#endif
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX