From f9984c961a428bb021c585e9f1c27cbd5025e8c5 Mon Sep 17 00:00:00 2001 From: Dethcrvsh <fabianfabbe@hotmail.se> Date: Tue, 26 Nov 2024 20:41:30 +0100 Subject: [PATCH] stuff --- src/{main.cpp => main-waves.cpp} | 0 src/waves.cpp | 13 ------------- src/waves.h | 8 -------- 3 files changed, 21 deletions(-) rename src/{main.cpp => main-waves.cpp} (100%) delete mode 100644 src/waves.cpp delete mode 100644 src/waves.h diff --git a/src/main.cpp b/src/main-waves.cpp similarity index 100% rename from src/main.cpp rename to src/main-waves.cpp diff --git a/src/waves.cpp b/src/waves.cpp deleted file mode 100644 index eabd802..0000000 --- a/src/waves.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include <iostream> -#include "waves.h" -#include <GL/gl.h> - - -namespace Waves { - -GLuint ubo; - -void init() { -} - -}; diff --git a/src/waves.h b/src/waves.h deleted file mode 100644 index bcf9d29..0000000 --- a/src/waves.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - - -namespace Waves { - -void init(); - -}; -- GitLab