So i\'m working on a simple win32 wrapper for my own convenience, and i\'ve run into a slightly complicated problem.
this has alot of other members, but i\'m omittin
Does something of this nature will work...? Ps. I'd used a typedef for the function signature.
BasicWindow() { InstallHandler(WM_CREATE, reinterpret_cast(&create)); }