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