#ifndef _OBJ_WAND_H_34ec71d6_ #define _OBJ_WAND_H_34ec71d6_ /* * APIs exported by obj-wand.c. */ #include "structs.h" /* * Zap a wand. Assumes the caller has ensured the argument is exactly * one wand. */ extern void wand_zap(INVOBJ *); /* * Charge a wand. Assumes the caller has ensured the argument is * exactly one wand. */ extern void wand_charge(INVOBJ *); #endif