From 44949175d54ea3b884989546f85e5b1dfcc8b9b5 Mon Sep 17 00:00:00 2001 From: ShinkarenkoVA Date: Mon, 6 May 2024 16:46:09 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D1=82=D0=B5=D1=81=D1=82=D1=8B=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=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