8 lines
107 B
C
8 lines
107 B
C
|
#ifndef _FD_PARSE_
|
||
|
#define _FD_PARSE_
|
||
|
#include "game.h"
|
||
|
|
||
|
void parse(Game *g, char *typed_command);
|
||
|
|
||
|
#endif
|