00001 /* npc_php.h 00002 * $Id: npc_php.h 183 2006-02-03 14:09:22Z MagicalTux $ 00003 * PHP Npcs header file, by MagicalTux 00004 */ 00005 00006 #ifdef __PHP_ENGINE 00007 00008 void do_init_phpnpc(void); 00009 void npc_php_addsrcfile(char *); 00010 00011 #endif 00012