diff options
Diffstat (limited to 'src/map/vending.h')
-rw-r--r-- | src/map/vending.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/vending.h b/src/map/vending.h index d9db08b6d..3b247e549 100644 --- a/src/map/vending.h +++ b/src/map/vending.h @@ -4,7 +4,8 @@ #ifndef _VENDING_H_ #define _VENDING_H_ -#include "map.h" +//#include "map.h" +struct map_session_data; void vending_closevending(struct map_session_data *sd); void vending_openvending(struct map_session_data *sd,int len,char *message,int flag,unsigned char *p); |