mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
7 lines
76 B
C
7 lines
76 B
C
#ifndef _LUABIT_H
|
|
#define _LUABIT_H
|
|
|
|
int luaopen_bit(lua_State *L);
|
|
|
|
#endif
|