aboutsummaryrefslogtreecommitdiff
path: root/src/uplanfahrprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uplanfahrprefs.h')
-rw-r--r--src/uplanfahrprefs.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/uplanfahrprefs.h b/src/uplanfahrprefs.h
new file mode 100644
index 0000000..3e8a302
--- /dev/null
+++ b/src/uplanfahrprefs.h
@@ -0,0 +1,20 @@
+#ifndef __UPLANFAHRPREFS_H
+#define __UPLANFAHRPREFS_H
+
+#include <gtk/gtk.h>
+#include "uplanfahrwin.h"
+
+
+#define U_PLAN_FAHR_PREFS_TYPE (u_plan_fahr_prefs_get_type ())
+#define U_PLAN_FAHR_PREFS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U_PLAN_FAHR_PREFS_TYPE, UPlanFahrPrefs))
+
+
+typedef struct _UPlanFahrPrefs UPlanFahrPrefs;
+typedef struct _UPlanFahrPrefsClass UPlanFahrPrefsClass;
+
+
+GType u_plan_fahr_prefs_get_type (void);
+UPlanFahrPrefs *u_plan_fahr_prefs_new (UPlanFahrWindow *win);
+
+
+#endif /* __UPLANFAHRPREFS_H */