aboutsummaryrefslogtreecommitdiff
path: root/src/select.h
blob: c3267adba4d60b0bd2831d08cbe74d367f6a89f1 (plain)
1
2
3
4
5
6
7
#ifndef SLCT_H_
#define SLCT_H_

void select_addclass(lua_State *L, cchar *lsclass);
void select_open(lua_State *L);

#endif