thrive/util.h
2025-01-30 18:03:08 -05:00

8 lines
156 B
C

#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