Ignore:
Timestamp:
07/30/15 19:52:14 (10 years ago)
Author:
epyon
Message:
  • lua_glm -> lua_math
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_math.cc

    r451 r452  
    55// For conditions of distribution and use, see copying.txt file in root folder.
    66
    7 #include "nv/lua/lua_glm.hh"
     7#include "nv/lua/lua_math.hh"
    88
    99#include "nv/lua/lua_raw.hh"
     
    359359}
    360360
    361 void nv::lua::register_glm( lua_State* L )
     361void nv::lua::register_math( lua_State* L )
    362362{
    363363        for (size_t i = 0; i < 256; ++i ) nlua_swizzel_lookup[i] = 255;
Note: See TracChangeset for help on using the changeset viewer.