10 lines
234 B
C
10 lines
234 B
C
#ifndef __judge_h__
|
|
#define __judge_h__
|
|
|
|
static void create();
|
|
mixed can_judge_obj_str_obj(string str);
|
|
mixed do_judge_obj_str_obj(object obj1, object obj2);
|
|
int eventJudge(object caster, object obj1, object obj2, int level);
|
|
|
|
#endif
|