mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
10 lines
188 B
C
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
|