gem-graph-client/warm.h

26 lines
495 B
C
Raw Normal View History

2024-04-27 08:46:17 +02:00
#pragma once
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <glib-2.0/glib.h>
#include <gtk-4.0/gtk/gtk.h>
2024-04-27 16:16:21 +02:00
/*
2024-04-27 08:46:17 +02:00
extern GtkWidget *button_0;
extern GtkWidget *button_1;
extern GtkWidget *button_2;
extern GtkWidget *button_3;
extern GtkWidget *button_4;
extern GtkWidget *button_5;
void print_text(char *text);
2024-04-27 16:16:21 +02:00
*/