1er commit
This commit is contained in:
23
include/render/gui/TowerGui.h
Normal file
23
include/render/gui/TowerGui.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* TowerGUI.h
|
||||
*
|
||||
* Created on: 5 nov. 2020
|
||||
* Author: simon
|
||||
*/
|
||||
|
||||
#ifndef RENDER_GUI_TOWERGUI_H_
|
||||
#define RENDER_GUI_TOWERGUI_H_
|
||||
|
||||
struct GLFWwindow;
|
||||
|
||||
namespace TowerGui{
|
||||
|
||||
void init(GLFWwindow* window);
|
||||
void render();
|
||||
void destroy();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif /* RENDER_GUI_TOWERGUI_H_ */
|
||||
Reference in New Issue
Block a user