diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 8c8674d..8a72739 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -436,7 +436,7 @@ libs << elm_h('elm_slider.h', 'ElmSlider') #libs << elm_h('elm_slideshow.h', 'ElmX') libs << elm_h('elm_spinner.h', 'ElmSpinner') #libs << elm_h('elm_store.h', 'ElmX') -#libs << elm_h('elm_table.h', 'ElmX') +libs << elm_h('elm_table.h', 'ElmX') #libs << elm_h('elm_theme.h', 'ElmX') #libs << elm_h('elm_thumb.h', 'ElmX') #libs << elm_h('elm_toolbar.h', 'ElmX') |