#ifndef COMM_H
#define COMM_H

void run_the_game( int port );
void game_loop( int s );

#endif
