Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 014f2d7

Browse files
committed
Un-remove FrameMan::LoadPalette binding
1 parent ae734dc commit 014f2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Managers/LuaMan.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,7 @@ int LuaMan::Create()
14181418
.property("LPP", &FrameMan::GetLPP)
14191419
.property("PlayerScreenWidth", &FrameMan::GetPlayerScreenWidth)
14201420
.property("PlayerScreenHeight", &FrameMan::GetPlayerScreenHeight)
1421+
.def("LoadPalette", &FrameMan::LoadPalette)
14211422
.def("SetScreenText", &FrameMan::SetScreenText)
14221423
.def("ClearScreenText", &FrameMan::ClearScreenText)
14231424
.def("FadeInPalette", &FrameMan::FadeInPalette)

0 commit comments

Comments
 (0)