| 630 | } |
| 631 | |
| 632 | static void dlua_push_coordinates(lua_State *ls, const coord_def &c) |
| 633 | { |
| 634 | lua_pushinteger(ls, c.x); |
| 635 | lua_pushinteger(ls, c.y); |
| 636 | } |
| 637 | |
| 638 | static int dgn_gly_point(lua_State *ls) |
| 639 | { |
no outgoing calls
no test coverage detected