Load GUI from XML
This commit is contained in:
11
GUILoader.hh
Normal file
11
GUILoader.hh
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __OPENGLPLAYGROUND_GUILOADER_HH__
|
||||
#define __OPENGLPLAYGROUND_GUILOADER_HH__
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
#include "Widget.hh"
|
||||
|
||||
std::unique_ptr<Widget> loadGUIFromFile(std::string const& filename);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user