mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
openstream fixes, changes to compiling of pde files
This commit is contained in:
@@ -35,6 +35,7 @@ public class PdeCode {
|
||||
//PdeHistory history; // TODO add history information
|
||||
|
||||
String preprocName; // name of .java file after preproc
|
||||
int lineOffset; // where this code starts relative to the concat'd code
|
||||
|
||||
|
||||
public PdeCode(String name, File file, int flavor) {
|
||||
|
||||
Reference in New Issue
Block a user