Skip to content

Commit cf568c1

Browse files
committed
CCEmu: Add bit32 to apis
1 parent 0d6871d commit cf568c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ccemu/ccemu.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ env = {
511511
string = string,
512512
table = table,
513513
coroutine = coroutine,
514+
bit32 = bit32,
514515
term = {
515516
clear = function() local x, y = term.getCursor() term.clear() term.setCursor(x, y) end,
516517
clearLine = function() local x, y = term.getCursor() term.clearLine() term.setCursor(x, y) end,

0 commit comments

Comments
 (0)