Just a thing I am using to manage reference-counted Irrlicht objects.
It's a small smartpointer class which caries about deletion, copy + move semantics and therefore adds exception safety and safes you from remembering to call grab + drop directly.
http://pastebin.com/NjiEaHA3
Nothing special, but maybe there are people out there, which didn't wrap it yet.
Regards,
Ethon

