astrognome/src/astrognome.h

15 lines
258 B
C
Raw Normal View History

2013-09-17 12:42:45 +00:00
#ifndef __ASTROGNOME_H__
#define __ASTROGNOME_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
#endif /* __ASTROGNOME_H__ */