1er commit

This commit is contained in:
2021-08-21 10:14:47 +02:00
commit a99ecf7c2d
99 changed files with 66605 additions and 0 deletions

View 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_ */