So I came across a method like this in some source
public native void method();
There was code inside, but it was commented out,
/*MANUAL code code code */
The code looked a bit like C++. So what does this mean? I know it does something because eventually it was called in the class...