9 lines
157 B
C
9 lines
157 B
C
|
|
struct environment;
|
|
struct booleans;
|
|
struct color_factory;
|
|
|
|
void handle_interactive(
|
|
struct environment** environment,
|
|
struct booleans* booleans);
|
|
|