Changeset 452 for trunk/src/lua/lua_math.cc
- Timestamp:
- 07/30/15 19:52:14 (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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.