added these include files k

This commit is contained in:
David Anderson
2006-05-10 10:42:49 +00:00
parent f9fd83b42e
commit 25d4b6aea3
17 changed files with 305 additions and 19 deletions

View File

@ -10,7 +10,14 @@
#endif
#define _fun_included
#pragma library fun
#if AMXX_VERSION_NUM >= 175
#pragma reqlib fun
#if !defined AMXMODX_NOAUTOLOAD
#pragma loadlib fun
#endif
#else
#pragma library fun
#endif
/* Returns 1 if receiver hears sender via voice communication. */
native get_client_listen(receiver, sender);