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 gamedata
file.
Be very careful with parameter passing to these functions.
_hamsandwich_included
#if defined _hamsandwich_included
#endinput
#endif
#define _hamsandwich_included
#include <ham_const>
#pragma reqlib hamsandwich
#if !defined AMXMODX_NOAUTOLOAD
#pragma loadlib hamsandwich
#endif