packages feed

al-0.1.0.0: src/Sound/ALC/Types.chs

-----------------------------------------------------------------------------
-- |
-- Copyright   : (C) 2015 Dimitri Sabadie
-- License     : BSD3
--
-- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>
-- Stability   : experimental
-- Portability : portable
----------------------------------------------------------------------------

module Sound.ALC.Types where

import Foreign.C.Types

#include <alc.h>

data ALCdevice = ALCdevice
type ALCenum = {#type ALCenum #}