7 lines
84 B
C
7 lines
84 B
C
|
|
struct color_factory;
|
|
|
|
void free_color_factory(
|
|
struct color_factory* this);
|
|
|
|
|