mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-13 10:45:21 +01:00
Backport PUC Lua 5.4's string.{pack,unpack,packsize}
This commit is contained in:
7
lib/lstrpack/lstrpack.h
Normal file
7
lib/lstrpack/lstrpack.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
/// Populates string.{pack,unpack,packsize}
|
||||
void setup_lstrpack(lua_State *L);
|
||||
Reference in New Issue
Block a user