mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-11 09:55:18 +01:00
8 lines
132 B
C
8 lines
132 B
C
#pragma once
|
|
|
|
#include "lua.h"
|
|
#include "lauxlib.h"
|
|
|
|
/// Populates string.{pack,unpack,packsize}
|
|
void setup_lstrpack(lua_State *L);
|