Cleanup project

- To prepare being able to instead create games in a different
  repository
This commit is contained in:
Thraix
2024-10-01 19:42:44 +02:00
parent df59dc3f3f
commit 7cfb38163b
68 changed files with 204 additions and 2612 deletions
+2
View File
@@ -37,6 +37,8 @@ namespace Copium
VkSurfaceKHR GetSurface() const;
GLFWwindow* GetWindow();
void GrabMouse(bool grap);
private:
void InitializeWindow(const std::string& windowName, int width, int height, WindowMode mode);
void InitializeSurface();