actions/action.h

Go to the documentation of this file.
00001 #ifndef _HLBR_ACTION_H_
00002 #define _HLBR_ACTION_H_
00003 
00004 #include "../config.h"
00005 #include "../engine/hlbr.h"
00006 
00007 #define ACTION_NONE     -1
00008 
00009 int InitActions();
00010 int     GetActionByName(char* Name);
00011 int CreateAction(char* Name);
00012 int BuildMessageString(char* Message, int PacketSlot, char* TargetBuff, int TargetBuffLen);
00013 int PerformActions(int PacketSlot);
00014 int     LogMessageAllActions(char* Message);
00015 
00016 #endif

Generated on Sat Jul 7 23:33:09 2007 for HLBR by  doxygen 1.5.2