dynalizer icon indicating copy to clipboard operation
dynalizer copied to clipboard

Support APIs with multiple headers

Open jcelerier opened this issue 7 years ago • 0 comments

e.g. JACK, alsa, SDL...

Possibilities :

  • Multiple objects, put the dll instance in a shared_ptr
  • Nested objects with references to the parent
  • Everything in a big class

jcelerier avatar Sep 06 '18 20:09 jcelerier