astrognome/src/astrognome.h

20 lines
416 B
C
Raw Normal View History

2013-09-17 12:42:45 +00:00
#ifndef __ASTROGNOME_H__
#define __ASTROGNOME_H__
#include <swe-glib.h>
typedef struct {
gboolean version;
gboolean quit;
gboolean new_window;
} AstrognomeOptions;
extern GtkFileFilter *filter_all;
extern GtkFileFilter *filter_chart;
2013-09-17 12:42:45 +00:00
const gchar *ag_house_system_id_to_nick(GsweHouseSystem house_system);
GsweHouseSystem ag_house_system_nick_to_id(const gchar *nick);
2013-09-17 12:42:45 +00:00
#endif /* __ASTROGNOME_H__ */