summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-20 19:46:58 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-20 19:46:58 +0200
commit86a7573442727603b8fce7251dae811ad714b266 (patch)
tree76b639deff622671c73dee07132f0e55079c10cf /lib
parent5cabdfc72546899dae1fe4a8fef4d441e5113a5d (diff)
downloadffi-efl-86a7573442727603b8fce7251dae811ad714b266.zip
ffi-efl-86a7573442727603b8fce7251dae811ad714b266.tar.gz
add efl.rb
Diffstat (limited to 'lib')
-rw-r--r--lib/efl.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/efl.rb b/lib/efl.rb
new file mode 100644
index 0000000..a441c0b
--- /dev/null
+++ b/lib/efl.rb
@@ -0,0 +1,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