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