thrive/util.h

8 lines
156 B
C
Raw Permalink Normal View History

#ifndef _FD_UTIL_
#define _FD_UTIL_
#include "game.h"
void parse_multiline_string(Game *g, char *string, void (*parse_line)(Game *g, char *line));
#endif