Constants

hamsandwich.inc

amxmodx 1.8.2 hg65

Ham Sandwich is a module that is used to hook and call virtual functions of entities. Virtual functions are mod-specific functions. This means that in order for this to work on a mod, it needs to be configured with the hamdata.ini file. Be very careful with parameter passing to these functions.

_hamsandwich_included
#if defined _hamsandwich_included
	#endinput
#endif
#define _hamsandwich_included

#include <ham_const>

#if AMXX_VERSION_NUM >= 175
	#pragma reqlib hamsandwich
	#if !defined AMXMODX_NOAUTOLOAD
		#pragma loadlib hamsandwich
	#endif
#else
	#pragma library hamsandwich
#endif