10 lines
193 B
C
10 lines
193 B
C
|
|
struct environment;
|
|
struct booleans;
|
|
struct color_factory;
|
|
|
|
void handle_interactive(
|
|
struct environment** environment,
|
|
struct booleans* booleans,
|
|
struct color_factory* cfactory);
|
|
|