package gtPlusPlus.api.interfaces;

public interface ITileTooltip {

    int getTooltipID();
}