feat: add texture folder and remove old files

This commit is contained in:
2025-11-15 21:13:48 +01:00
parent cb103f4d90
commit a7583c37f4
8 changed files with 10 additions and 158 deletions

View File

@@ -1,15 +0,0 @@
#include "game.hpp"
#include "GLFW/glfw3.h"
#include <iostream>
Game::Game() : v("game", 800, 600)
{
}
void Game::run()
{
while(!this->finished)
{
}
}