1 /*
2 * Sprite.java
3 *
4 * Created on July 20, 2006, 8:40 PM
5 *
6 * To change this template, choose Tools | Template Manager
7 * and open the template in the editor.
8 */
9
10 package net.sourceforge.rpgee.mapping;
11
12 /**
13 *
14 * @author Mykel
15 */
16 public interface Sprite {
17
18 }