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