dbsoft / dwindows

Dynamic Windows Library Mirror
Other
8 stars 1 forks source link

Please get rid of multiple inheritance on `dw.hpp` #26

Closed ghost closed 11 months ago

ghost commented 11 months ago

This will allow easier making of bindings to other languages. dw.hpp already wraps everything in an OOP way. It will map nicely to OOP languages. Most OOP languages don't support multiple inheritance.