gpredict/src/qth-editor.h
Alexandru Csete 5de63f78cb Migrate qth-editor to Gtk+ 3
Issue #80.
2017-12-26 20:08:48 +01:00

10 lines
188 B
C

#ifndef QTH_EDITOR_H
#define QTH_EDITOR_H 1
#include <gtk/gtk.h>
#include "gtk-sat-data.h"
#include "qth-data.h"
GtkResponseType qth_editor_run(qth_t * qth, GtkWindow * parent);
#endif