00001 /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 00002 || NoX-Wizard UO Server Emulator (NXW) [http://noxwizard.sourceforge.net] || 00003 || || 00004 || This software is free software released under GPL2 license. || 00005 || You can find detailed license information in nox-wizard.cpp file. || 00006 || || 00007 || For any question post to NoX-Wizard forums. || 00008 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/ 00009 00015 #ifndef __DBL_SINGLE_CLICK_H__ 00016 #define __DBL_SINGLE_CLICK_H__ 00017 00018 void doubleclick(NXWCLIENT ps); 00019 void dbl_click_character(NXWCLIENT ps, P_CHAR target); 00020 void singleclick(NXWSOCKET s); 00021 00022 #endif