#ifndef __FOOD_H #define __FOOD_H varargs void set_eat(mixed val, string str); function query_eat_function(); string query_my_msg(); string query_other_msg(); void set_strength(int x); int query_strength(); int cmd_eat(string str); #endif /* __FOOD_H */