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 eabd802667e0dcdf9e069ccc4e30c89ab1e35706..0000000000000000000000000000000000000000 --- 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 bcf9d2995cb68e64737b7c0af179b68ad5a6b6e7..0000000000000000000000000000000000000000 --- a/src/waves.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - - -namespace Waves { - -void init(); - -};