From cc3096b4f4649915cf89a5bc4f6b943d667369f5 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 5 Aug 2018 05:15:12 +0500 Subject: Removed previous implementation of texture atlas --- src/Texture.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/Texture.hpp (limited to 'src/Texture.hpp') diff --git a/src/Texture.hpp b/src/Texture.hpp deleted file mode 100644 index cda3e36..0000000 --- a/src/Texture.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include - -#include - -class Texture { - Texture(Texture&); - Texture&operator=(Texture&); -public: - GLuint texture; - Texture(std::string filename, GLenum textureWrapping = GL_CLAMP_TO_BORDER, GLenum textureFiltering = GL_NEAREST); - ~Texture(); -}; \ No newline at end of file -- cgit v1.2.3