1
0
mirror of https://github.com/cclassic/model-ghdl synced 2025-09-17 21:45:39 +02:00
Files
model-ghdl/gui.h
2015-10-22 20:23:24 +02:00

14 lines
290 B
C

#ifndef GUI_H
#define GUI_H
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
int gui_init(int *argc, char ***argv);
int showMessage(int message_type, char *text, char *defaultText, char **reply);
// Slots
static void okay( GtkWidget *widget, gpointer data );
#endif // GUI_H