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