GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_widgets_task.h
1//SPDX-License-Identifier: LGPL-2.0-or-later
2
3/*
4
5 Copyright (c) 2014-2021 Cyril Hrubis <metan@ucw.cz>
6
7 */
8
9#ifndef GP_WIDGETS_TASK_H
10#define GP_WIDGETS_TASK_H
11
12#include <input/gp_task.h>
13
19void gp_widgets_task_ins(gp_task *task);
20
26void gp_widgets_task_rem(gp_task *task);
27
28#endif /* GP_WIDGETS_TASK_H */