/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package fgen;
import java.awt.Point;
/**
*
* @author Oleg Rachaev
*
*/
publicinterface IPlrPos_Control {
//used to control scheme player position
publicvoid update_plr_xy(Point p);
}