summaryrefslogtreecommitdiff
path: root/luaext/lrexlib.h
blob: 663c635efd7f3e70a14aaa92805147cd64599be0 (plain)
1
2
3
4
5
6
#ifndef LREXLIB_H
#define LREXLIB_H

int luaopen_rex(lua_State *L);

#endif