Changeset 452 for trunk/src/lua
- Timestamp:
- 07/30/15 19:52:14 (10 years ago)
- Location:
- trunk/src/lua
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_map_area.cc
r437 r452 8 8 #include "nv/stl/flags.hh" 9 9 #include "nv/lua/lua_area.hh" 10 #include "nv/lua/lua_ glm.hh"10 #include "nv/lua/lua_math.hh" 11 11 #include "nv/lua/lua_values.hh" 12 12 #include "nv/lua/lua_raw.hh" -
trunk/src/lua/lua_map_tile.cc
r441 r452 13 13 #include "nv/core/random.hh" 14 14 #include "nv/lua/lua_area.hh" 15 #include "nv/lua/lua_ glm.hh"15 #include "nv/lua/lua_math.hh" 16 16 #include "nv/lua/lua_values.hh" 17 17 #include "nv/lua/lua_raw.hh" -
trunk/src/lua/lua_math.cc
r451 r452 5 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 #include "nv/lua/lua_ glm.hh"7 #include "nv/lua/lua_math.hh" 8 8 9 9 #include "nv/lua/lua_raw.hh" … … 359 359 } 360 360 361 void nv::lua::register_ glm( lua_State* L )361 void nv::lua::register_math( lua_State* L ) 362 362 { 363 363 for (size_t i = 0; i < 256; ++i ) nlua_swizzel_lookup[i] = 255;
Note: See TracChangeset
for help on using the changeset viewer.