All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.jiashunx.games.flappybird.model.InDrawImage Maven / Gradle / Ivy

package io.github.jiashunx.games.flappybird.model;

import java.awt.Graphics;

public interface InDrawImage {

    public void drawImage(Graphics g);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy