wrap makeCC in runWithErrorChecking
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
(defMacro makeCC [&body b]
|
||||
`->:Void {,@b})
|
||||
`->:Void [] (runWithErrorChecking ->:Void {,@b}))
|
||||
|
||||
(function dynamicArray [&rest :Array<Dynamic> elements]
|
||||
elements)
|
||||
|
||||
// This file is designed to be loaded again by subclasses, with macroVar "subclass" set
|
||||
(#unless subclass
|
||||
|
||||
// Settings
|
||||
(savedVar :Bool showCaptions false)
|
||||
(savedVar :PlayMode playMode NotSet)
|
||||
|
Reference in New Issue
Block a user