Difference for include/plugproto.h from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 #ifndef PLUGPROTO_H_  #ifndef PLUGPROTO_H_
 #define PLUGPROTO_H_  #define PLUGPROTO_H_
   
 f_plugin HookList[NR_OF_HOOKS] =  
 {  
     NULL,  
     CFWLog,  
     CFWNewInfoMap,  
     CFWSpringTrap,  
     CFWCastSpell,  
     CFWCmdRSkill,  
     CFWBecomeFollower,  
     CFWPickup,  
     CFWGetMapObject,  
     CFWESRVSendItem,  
     CFWFindPlayer,  
     CFWManualApply,  
     CFWCmdDrop,  
     CFWCmdTake,  
     CFWCmdTitle,  
     CFWTransferObject,  
     CFWKillObject,  
     CFWDoLearnSpell,  
     CFWDoForgetSpell,  
     CFWCheckSpellKnown,  
     CFWESRVSendInventory,  
     CFWCreateArtifact,  
     CFWGetArchetype,  
     CFWUpdateSpeed,  
     CFWUpdateObject,  
     CFWFindAnimation,  
     CFWGetArchetypeByObjectName,  
     CFWInsertObjectInMap,  
     CFWReadyMapName,  
     CFWAddExp,  
     CFWDetermineGod,  
     CFWFindGod,  
     RegisterGlobalEvent,  
     UnregisterGlobalEvent,  
     CFWDumpObject,  
     CFWLoadObject,  
     CFWRemoveObject,  
     CFWAddString,  
     CFWFreeString,  
     CFWAddRefcount,  
     CFWGetFirstMap,  
     CFWGetFirstPlayer,  
     CFWGetFirstArchetype,  
     CFWQueryCost,  
     CFWQueryMoney,  
     CFWPayForItem,  
     CFWPayForAmount,  
     CFWNewDrawInfo,  
     CFWSendCustomCommand,  
     CFWCFTimerCreate,  
     CFWCFTimerDestroy,  
     CFWMovePlayer,  
     CFWMoveObject,  
     CFWSetAnimation,  
     CFWCommunicate,  
     CFWFindBestObjectMatch,  
     CFWApplyBelow,  
     CFWFreeObject,  
     CFWObjectCreateClone,  
     CFWTeleportObject,  
     CFWSetVariable,  
     CFWDecreaseObjectNR,  
     CFWFreeMemory,  
     CFWFixPlayer,  
     CFWCheckTrigger,  
     CFWOutOfMap,  
     CFWQueryName,  
     CFWQueryBaseName,  
     CFWInsertObInOb,  
     CFWGetMapFlags,  
     CFWGetSettings,  
     CFWPresentArchByName,  
     CFWStrdupLocal,  
     CFWReCmp,  
     CFWCreatePathname,  
     CFWUpdateObSpeed,  
     CFWPresentArchNameInOb,  
     CFWSetDirection  
 };  
   
 #endif /*PLUGPROTO_H_*/  #endif /*PLUGPROTO_H_*/


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:27