Back to project page X3n0break.
The source code is released under:
GNU General Public License
If you think the Android project X3n0break listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.x3n0m0rph59.breakout; import com.badlogic.gdx.graphics.g2d.SpriteBatch; public interface Renderable { public void render(SpriteBatch batch); }