Changeset 99 for trunk/tests/lualib_test


Ignore:
Timestamp:
06/03/13 18:17:48 (12 years ago)
Author:
epyon
Message:
  • vertex_buffer - added assign by range (will change with the next commit)
  • gl_vertex_buffer - implementation of the above
  • gui element - recalculate_absolute_children() added, destructor and fix
  • object - get_id added
  • lualib_test - cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/lualib_test/lualib_test.cc

    r86 r99  
    1010#include <functional>
    1111#include <nv/gui/gui_element.hh>
    12 
    13 struct test_struct
    14 {
    15         std::string f;
    16         int i;
    17 };
    1812
    1913int main(int, char* [])
     
    3226                state.do_file( "init.lua" );
    3327
     28                log.set_level( nv::LOG_INFO );
    3429                for (;;)
    3530                {
     
    5651                        if ( !result )
    5752                        {
    58                                 std::string error = lua_tostring( state, -1 );
    59                                 std::cout << "ERROR : " << error << std::endl;
    6053                                continue;
    6154                        }
Note: See TracChangeset for help on using the changeset viewer.