summaryrefslogtreecommitdiffstats
path: root/lib/efl.rb
blob: a441c0ba9dcbee3fac9e43ccaf81562f55311ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
#
module Efl
#    autoload :Eina,  './lib/efl/eina.rb'
    autoload :Eet,   './lib/efl/eet.rb'
    autoload :Evas,  './lib/efl/evas.rb'
    autoload :Ecore, './lib/efl/ecore.rb'
    autoload :Edje,  './lib/efl/edje.rb'
    autoload :Elm,   './lib/efl/elementary.rb'
end
#
# EOF