#ifndef _FD_PARSE_
#define _FD_PARSE_
#include "game.h"

void parse(Game *g, char *typed_command);

#endif