mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 15:46:37 +00:00
Sorta hacky work around for doing nukeitem in item quests. Added lua bitop library. Made excluding io/os optional
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef _LUABIT_H
|
||||
#define _LUABIT_H
|
||||
|
||||
int luaopen_bit(lua_State *L);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user