Skip to content

Commit

Permalink
GRAPHICS: Add lifecycle methods to RenderManager
Browse files Browse the repository at this point in the history
  • Loading branch information
mirv-sillyfish authored and DrMcCoy committed Nov 17, 2018
1 parent e0e647e commit 7d17e44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphics/render/renderman.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ class RenderManager : public Common::Singleton<RenderManager> {

void clear();

void init() {}
void deinit() {}
void cleanup() {}

private:
RenderQueue _queueColorSolid;
RenderQueue _queueColorTransparent;
Expand Down

0 comments on commit 7d17e44

Please sign in to comment.