Changeset 198 for trunk/src/lua/lua_area.cc
- Timestamp:
- 08/11/13 17:19:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_area.cc
r179 r198 34 34 } 35 35 36 void nlua_area_construct( lua_State* L, int sidx )36 static void nlua_area_construct( lua_State* L, int sidx ) 37 37 { 38 38 if ( nlua_is_coord( L, sidx ) ) … … 412 412 413 413 414 int luaopen_area( lua_State * L )414 static int luaopen_area( lua_State * L ) 415 415 { 416 416 static const struct luaL_Reg nlua_area_sf [] = {
Note: See TracChangeset
for help on using the changeset viewer.