Add exports for GameEngine#shutDown
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -33,4 +33,7 @@ public interface RSGameEngine extends GameEngine, KeyFocusListener
|
||||
{
|
||||
@Import("canvas")
|
||||
Canvas getCanvas();
|
||||
|
||||
@Import("shutDown")
|
||||
void shutDown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user