07-14-2012, 01:38 AM
(07-14-2012, 01:36 AM)Qwertygiy Wrote: No no, the interface would be DebugDraw if that line of what I'm thinking is correct, which again I'm not sure of at all. So it would be more like
Code:public class Draw implements DebugDraw
{
}
And then include all the methods of DebugDraw.
"interface expected here"
The Java language is terrible with this stuff.