From acfa24aac20a988f5febf895b90777c4b7e2e168 Mon Sep 17 00:00:00 2001 From: KapitonovMikA Date: Mon, 20 May 2024 04:06:52 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B5=D1=89=D1=91=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input_colors_internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 input_colors_internal.h diff --git a/input_colors_internal.h b/input_colors_internal.h new file mode 100644 index 0000000..1f1dec6 --- /dev/null +++ b/input_colors_internal.h @@ -0,0 +1,8 @@ +#ifndef INPUT_COLORS_INTERNAL_H_INCLUDED +#define INPUT_COLORS_INTERNAL_H_INCLUDED + +void + input_colors(std::string &colors_stroke, std::string &colors_fill); + + +#endif // INPUT_COLORS_INTERNAL_H_INCLUDED