{-
	GUI: Button functionality
	HGamer3D Library (A project to enable 3D game development in Haskell)
	Copyright 2015 Peter Althainz
	
	Distributed under the Apache License, Version 2.0
	(See attached file LICENSE or copy at 
	http://www.apache.org/licenses/LICENSE-2.0)
 
	file: HGamer3D/GUI/Button.hs
-}

-- | Module providing the Button functionality and settings
module HGamer3D.GUI.UIElement
(
    ctUIElement
)

where

import Fresco
import Debug.Trace
import Data.Text
import Data.MessagePack

import HGamer3D.Data

ctUIElement :: ComponentType ()
ctUIElement = ComponentType 0xd5b79f5837e52274;