source: java-rpg-client/gamegui/Listable.java@ 92d1b2a

Last change on this file since 92d1b2a was 55522be, checked in by dportnoy <dmp1488@…>, 17 years ago

[svn r8]

  • Property mode set to 100644
File size: 130 bytes
Line 
1package gamegui;
2
3import java.awt.*;
4
5public interface Listable {
6 public void drawListString(int x, int y, Graphics g);
7}
Note: See TracBrowser for help on using the repository browser.