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
-3
View File
@@ -1,7 +1,6 @@
#pragma once
#include "copium/core/DebugMessenger.h"
#include "copium/util/Timer.h"
#include <GLFW/glfw3.h>
#include <set>
@@ -22,8 +21,6 @@ namespace Copium
VkQueue presentQueue;
// TODO end
Timer timer;
public:
Instance(const std::string& applicationName);
~Instance();