thrive/01_text_adventure/parse.h

8 lines
107 B
C
Raw Normal View History

2025-01-12 20:15:25 -05:00
#ifndef _FD_PARSE_
#define _FD_PARSE_
#include "game.h"
void parse(Game *g, char *typed_command);
#endif