Skip to content

Commit

Permalink
move to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Sep 27, 2023
1 parent e06f32d commit 553e151
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ namespace microcode {
return undefined
}
}
}

// this is needed for compat with most recent version of arcade
namespace game {
export function addScenePushHandler(handler: (oldScene: any) => void) {
// this is needed for compat with most recent version of arcade
namespace game {
export function addScenePushHandler(handler: (oldScene: any) => void) {

}
}

export function addScenePopHandler(handler: (oldScene: any) => void) {
export function addScenePopHandler(handler: (oldScene: any) => void) {

}
}
}

0 comments on commit 553e151

Please sign in to comment.