summaryrefslogtreecommitdiffstats
path: root/lib/efl/ecore_evas.rb
blob: 46aa706e2d700296488630b97907f0b70afc007e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
require 'efl/ffi/ecore_evas'
#
module Efl
    #
    module EcoreEvas
        #
    end
    #
end
#
# EOF