SomeRandomGameDev / DumbFramework

A very dumb framework/glue to small useful libraries for quick and dirty prototyping.
0 stars 0 forks source link

[Base] ImGuiDelegate interface #26

Open BlockoS opened 9 years ago

BlockoS commented 9 years ago

The interface for "subdelegates" sucks. We need init/render/destroy delegates functions/methods. Use inheritance or learn how to use std::bind correctly.