Changeset 76
- Timestamp:
- 06/01/13 22:45:13 (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/gui/gui_environment.hh
r69 r76 15 15 16 16 #include <nv/gui/gui_element.hh> 17 #include <nv/root.hh> 17 18 18 19 namespace nv … … 22 23 { 23 24 24 class environment : public element25 class environment : public root 25 26 { 26 27 public: -
trunk/nv/lua/lua_glm.hh
r75 r76 8 8 9 9 #include <new> 10 #include <nv/common.hh> 10 11 #include <glm/glm.hpp> 11 #include <nv/common.hh>12 12 #include <nv/lib/lua.hh> 13 13 -
trunk/tests/lualib_test/lualib_test.cc
r74 r76 41 41 { 42 42 nv::lua::state state( true ); 43 state.log_stack();44 43 nlua_register_glm( state.get_raw() ); 45 44 // run the Lua script
Note: See TracChangeset
for help on using the changeset viewer.