getting gl4java wired in, removing KjcApplet for simplicity

This commit is contained in:
benfry
2003-07-13 18:08:53 +00:00
parent 267b1fbccd
commit 0836eb20c3
11 changed files with 160 additions and 266 deletions

View File

@@ -2,10 +2,11 @@
//
public class PdePreprocessor {
public PdePreprocessor() {
}
public PdePreprocessor() {
}
public String writeJava(String name, boolean kjc) {
return "This class is currently purely abstract";
}
public String writeJava(String name, boolean extendsNormal,
boolean exporting) {
return "This class is currently purely abstract";
}
}