From: Kaj-Michael Lang Date: Mon, 27 Aug 2007 11:39:59 +0000 (+0300) Subject: Add X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ad5c835f826e03b46f2d313e31c8c1d3ebaa4b;p=mapper Add --- diff --git a/src/poi-gui.h b/src/poi-gui.h new file mode 100644 index 0000000..ec04407 --- /dev/null +++ b/src/poi-gui.h @@ -0,0 +1,11 @@ +#ifndef _MAPPER_POI_GUI_H +#define _MAPPER_POI_GUI_H + +#include +#include "poi.h" + +gboolean select_poi(guint unitx, guint unity, poi_info *poi); +gboolean category_dialog(guint cat_id); +gboolean category_list(); + +#endif