Render: Get rid of explicit new and delete

This commit is contained in:
Lioncash
2015-12-22 18:47:20 -05:00
parent 14e976a5f1
commit da0e647346
6 changed files with 19 additions and 24 deletions

View File

@ -104,4 +104,4 @@ private:
static unsigned int s_last_xfb_height;
};
extern FramebufferManagerBase *g_framebuffer_manager;
extern std::unique_ptr<FramebufferManagerBase> g_framebuffer_manager;