guys i will ask about this.when i adding this.
case CELL_CHKNOFVF:
return (cell.nofvf);
my compile result is 'CELL_CHKNOFVF' : undeclared identifier
and case expression not constant
how to declare this?and how to make case expression for constant?
and then
md = mob_once_spawn_sub(&sd->bl, m, x, y, str, class_, event);
and my compile like this.
"too few arguments for call"
how to fix this?