#include #include #include #include "transport.h" int LOC_get_location_with_box(int cx,int cy, int *wx, int *wy, int *button) { return 0; } int LOC_get_location_with_box_old(int cx,int cy, int *wx, int *wy, int *button) { return 0; } int LOC_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button) { return 0; } int LOC_get_location_with_line_old(int cx, int cy, int *wx, int *wy, int *button) { return 0; } int LOC_get_location_with_pointer(int *wx, int *wy, int *button) { return 0; } int LOC_get_location_with_pointer_old(int *wx, int *wy, int *button) { return 0; }