Adding a method of rendering GUI's that avoid the whole throwing raw
data around everywhere thing I had going on before
This commit is contained in:
4
src/Gui.cpp
Normal file
4
src/Gui.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "Gui.h"
|
||||
|
||||
std::mutex Gui::container_lock;
|
||||
std::list<Gui*> Gui::renderable_container;
|
||||
Reference in New Issue
Block a user