thrive/01_text_adventure/parse.h

8 lines
107 B
C

#ifndef _FD_PARSE_
#define _FD_PARSE_
#include "game.h"
void parse(Game *g, char *typed_command);
#endif