Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/home/groups/n/no/noxwizard/cvs/src/fishing.h

Go to the documentation of this file.
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 __FISHING_H__
00016 #define __FISHING_H__
00017 
00018 namespace Fishing
00019 {
00020         void target_fish( NXWCLIENT ps, P_TARGET t );
00021         void Fish(CHARACTER c);
00022 };
00023 
00024 int SpawnFishingMonster(P_CHAR pc, char* cScript, char* cList, char* cNpcID);
00025 int SpawnFishingItem(int nCharID,int nInPack, char* cScript, char* cList, char* cItemID);
00026 
00027 
00028 
00029 #endif
SourceForge.net Logo