summaryrefslogtreecommitdiffstats
path: root/lib/e17/edje.rb
blob: c86b431c156a1202171126911104fd594688a3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
require 'e17/edje/edje-ffi'
#
module E17
    module Edje
        #
    end
end
#
# EOF