work on getting things to compile again

This commit is contained in:
benfry
2005-02-14 19:46:26 +00:00
parent 2ec37faaa1
commit a022a7dea8
2 changed files with 11 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ public interface PMethods {
//
/*
// WOULD LIKE A NICER NAME
static public boolean saveHeaderTIF(OutputStream output,
int width, int height);
@@ -78,6 +79,7 @@ public interface PMethods {
static public boolean saveTGA(OutputStream output, int pixels[],
int width, int height);
*/
public void save(String filename);