gem-graph-client/warm.c

8 lines
154 B
C
Raw Normal View History

2024-04-27 08:46:17 +02:00
#include <stdio.h>
#include <gtk-4.0/gtk/gtk.h>
#include "warm.h"
2024-04-29 06:03:00 +02:00
#include "cold.h"
2024-04-27 08:46:17 +02:00
// https://docs.gtk.org/gtk4/visual_index.html < widgets gallery
2024-04-29 23:43:04 +02:00