switch(sn)
{
case gsn_kick:
do_blah();
break;
}
i know this exact code isnt possible, but is it possible to fool the code
into thinking gsn_kick is a constant, since it doesnt change?Josh
switch(sn)
{
case gsn_kick:
do_blah();
break;
}
i know this exact code isnt possible, but is it possible to fool the code
into thinking gsn_kick is a constant, since it doesnt change?Josh