1
0

Implement BG callback

This commit is contained in:
otya128
2016-12-31 13:50:44 +09:00
parent 4eb6a1fc98
commit e4deae3b69
4 changed files with 36 additions and 2 deletions

View File

@@ -249,4 +249,6 @@ class BG
}
}
}
import otya.smilebasic.vm;
Callback callback;
}