aboutsummaryrefslogtreecommitdiff
path: root/spec/headless/init.lua
blob: 14920870065cd3d8a9856bad2893b653ca4219f1 (plain)
1
2
3
4
5
GAME.crashy()
print("Before openfiledialog called")
gui.newfileopendialog()
print("After openfiledialgo called")
GAME.exit()