summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_los.h
blob: c07bde12b2478ac68e30d44b8a7bb3680397fe64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * File:        l_los.h
 * Summary:     Lua bindings for LOS.
 * Created by:  Robert Vollmert
 */

#ifndef L_LOS_H
#define L_LOS_H

#include "clua.h"

extern const struct luaL_reg los_lib[];
void luaopen_ray(lua_State *ls);

#endif