Initial commit
This commit is contained in:
commit
3ee64bbc17
5 changed files with 707 additions and 0 deletions
9
src/HWiid.hsc
Normal file
9
src/HWiid.hsc
Normal file
|
@ -0,0 +1,9 @@
|
|||
{-# LANGUAGE ForeignFunctionInterface, DeriveDataTypeable #-}
|
||||
|
||||
module HWiid (
|
||||
) where
|
||||
|
||||
|
||||
#include <cwiid.h>
|
||||
|
||||
|
Reference in a new issue