From a1236a39e7842ed24b3a9c986dba177d02be5114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 6 Mar 2019 22:36:22 +0100 Subject: Implement gui and fix rainbow selection For some reason when I use " in payload it is not send. I have no idea why but it is just probably some bug in bigclown. --- control/gui.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 control/gui.h (limited to 'control/gui.h') diff --git a/control/gui.h b/control/gui.h new file mode 100644 index 0000000..ebf29b7 --- /dev/null +++ b/control/gui.h @@ -0,0 +1,11 @@ +#include +#include +#include +#include + +#ifndef _GUI_H_ +#define _GUI_H_ + +void update_gui(); + +#endif -- cgit v1.2.3