Merge pull request #4568 from deathbeam/proper-shutdown
Properly shutdown everything on window close
This commit is contained in:
@@ -32,4 +32,7 @@ public interface RSGameEngine extends GameEngine
|
||||
{
|
||||
@Import("canvas")
|
||||
Canvas getCanvas();
|
||||
|
||||
@Import("shutDown")
|
||||
void shutDown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user