Add GDSOFTCLASS to six inheritors of Object
This commit is contained in:
@ -67,6 +67,8 @@ public:
|
||||
};
|
||||
|
||||
class RenderingDeviceCommons : public Object {
|
||||
GDSOFTCLASS(RenderingDeviceCommons, Object);
|
||||
|
||||
////////////////////////////////////////////
|
||||
// PUBLIC STUFF
|
||||
// Exposed by RenderingDevice, and shared
|
||||
|
||||
Reference in New Issue
Block a user