IPlrPos_Control.java :  » Java-2D » fgen2d » fgen » Java Open Source

Java Open Source » Java 2D » fgen2d 
fgen2d » fgen » IPlrPos_Control.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package fgen;

import java.awt.Point;

/**
 *
 * @author Oleg Rachaev
 *
 */
public interface IPlrPos_Control {
    //used to control scheme player position
    public void update_plr_xy(Point p);

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.