mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
Initial revision
This commit is contained in:
4
processing/app/PdeEngine.java
Normal file
4
processing/app/PdeEngine.java
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface PdeEngine {
|
||||
public void start() throws PdeException;
|
||||
public void stop();
|
||||
}
|
||||
Reference in New Issue
Block a user