package org.andengine.entity.sprite.vbo; /** * (c) Zynga 2012 * * @author Nicolas Gramlich <ngramlich@zynga.com> * @since 18:37:49 - 28.03.2012 */ public interface IUncoloredSpriteVertexBufferObject extends ISpriteVertexBufferObject { // =========================================================== // Constants // =========================================================== // =========================================================== // Methods // =========================================================== }