mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
getting gl4java wired in, removing KjcApplet for simplicity
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user