eqemu-server/zone/lua_bit.h

7 lines
76 B
C

#ifndef _LUABIT_H
#define _LUABIT_H
int luaopen_bit(lua_State *L);
#endif