From e628c11ea19d4da35335cea58a49d0ff74bdce21 Mon Sep 17 00:00:00 2001 From: arif Date: Tue, 14 Oct 2008 23:16:42 +0000 Subject: [PATCH] *** empty log message *** --- cmd/smyrna/gui/beacon.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cmd/smyrna/gui/beacon.h diff --git a/cmd/smyrna/gui/beacon.h b/cmd/smyrna/gui/beacon.h new file mode 100644 index 000000000..9d3d86e80 --- /dev/null +++ b/cmd/smyrna/gui/beacon.h @@ -0,0 +1,11 @@ +#ifndef BEACON_H +#define BEACON_H +#include "smyrnadefs.h" + +int pick_node(topview_node * n); +int is_node_picked(topview_node * n); +int remove_from_pick_list(topview_node * n); +int add_to_pick_list(topview_node * n); +int draw_node_hint_boxes(); + +#endif -- 2.40.0