Closed postmodern closed 10 years ago
I like to put all typedef, callback and enum definitions in a types.rb file. I can then require the types.rb in other files containing FFI::Struct classes.
typedef
callback
enum
types.rb
FFI::Struct
See issue #4.
I like to put all
typedef
,callback
andenum
definitions in atypes.rb
file. I can then require thetypes.rb
in other files containingFFI::Struct
classes.