Skip to content

Commit

Permalink
Update windows.jai
Browse files Browse the repository at this point in the history
  • Loading branch information
paylanon authored Jun 13, 2024
1 parent 1e86745 commit 247f80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows.jai
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ luaL_pushmodule :: (L: *lua_State, modname: *u8, sizehint: s32) -> void #foreign
luaL_testudata :: (L: *lua_State, ud: s32, tname: *u8) -> *void #foreign lua51;
luaL_setmetatable :: (L: *lua_State, tname: *u8) -> void #foreign lua51;

// {======================================================
// =======================================================
// Generic Buffer manipulation
// =======================================================

Expand Down

0 comments on commit 247f80b

Please sign in to comment.