summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/gui/button.h8
-rw-r--r--src/gui/group.c1
2 files changed, 1 insertions, 8 deletions
diff --git a/include/gui/button.h b/include/gui/button.h
index 4e8ad95..fda83e9 100644
--- a/include/gui/button.h
+++ b/include/gui/button.h
@@ -28,13 +28,5 @@ typedef struct {
28 */ 28 */
29void button_init(Button *button, char *text); 29void button_init(Button *button, char *text);
30 30
31/**
32 * Function: button_free
33 * Frees the resources for the button.
34 *
35 * Parameters:
36 * *button - pointer to the input button
37 */
38void button_free(Button *button);
39 31
40#endif 32#endif
diff --git a/src/gui/group.c b/src/gui/group.c
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/gui/group.c
@@ -0,0 +1 @@