Merge pull request #4568 from deathbeam/proper-shutdown

Properly shutdown everything on window close
This commit is contained in:
Tomas Slusny
2018-08-29 15:20:28 +02:00
committed by GitHub
5 changed files with 47 additions and 0 deletions

View File

@@ -32,4 +32,7 @@ public interface RSGameEngine extends GameEngine
{
@Import("canvas")
Canvas getCanvas();
@Import("shutDown")
void shutDown();
}