mirror of
https://github.com/processing/processing4.git
synced 2026-06-08 16:40:46 +02:00
Initial revision
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public interface PdeEngine {
|
||||
public void start() throws PdeException;
|
||||
public void stop();
|
||||
}
|
||||
Reference in New Issue
Block a user