idraw: World endOfWorld() plus endOfTime
svn: r2300
This commit is contained in:
parent
201b3cc200
commit
64490a9aea
|
@ -117,5 +117,9 @@
|
|||
|
||||
(define/provide (endOfTime-native this accs gets privates)
|
||||
(end-of-time)
|
||||
(void))
|
||||
this)
|
||||
|
||||
(define/provide (endOfWorld-native this accs gets privates)
|
||||
(end-of-time)
|
||||
this)
|
||||
)
|
||||
|
|
|
@ -6,7 +6,9 @@ public abstract class World {
|
|||
|
||||
public native void bigBang(int width, int height, double s);
|
||||
|
||||
public native void endOfTime();
|
||||
public native World endOfTime();
|
||||
|
||||
public native World endOfWorld();
|
||||
|
||||
public abstract void onTick();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user