GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
loc_get.c
Go to the documentation of this file.
1 #include <grass/gis.h>
2 
3 #include <grass/raster.h>
4 #include <grass/graphics.h>
5 
6 #include "transport.h"
7 
8 void LOC_get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)
9 {
10 }
11 
12 void LOC_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)
13 {
14 }
15 
16 void LOC_get_location_with_pointer(int *wx, int *wy, int *button)
17 {
18 }