Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Imrglop committed Nov 30, 2024
1 parent 4d16f22 commit 198eea3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/screen/script/JsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ JsScreen::JsScreen(JsValueRef object) {
key = Chakra::GetIntProperty(object, L"key");

}

void JsScreen::onEnable(bool ignoreAnims) {
}

void JsScreen::onDisable() {
}

0 comments on commit 198eea3

Please sign in to comment.