8 lines
156 B
C
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
|