Last change
on this file since 4d8825f was 8edd04e, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago |
Make the decompiled game code compile successfully
|
-
Property mode
set to
100644
|
File size:
220 bytes
|
Line | |
---|
1 | package gamegui;
|
---|
2 |
|
---|
3 | import java.awt.Graphics;
|
---|
4 |
|
---|
5 | public interface Listable {
|
---|
6 |
|
---|
7 | void draw(int paramInt1, int paramInt2, Graphics paramGraphics);
|
---|
8 | int getHeight();
|
---|
9 | int getWidth();
|
---|
10 | int getXOffset();
|
---|
11 | int getYOffset();
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.