mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-03-31 11:01:37 +00:00
feat: add texture folder and remove old files
This commit is contained in:
15
src/game.cpp
15
src/game.cpp
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user