From 4fb3a5ae0f53a6fa3f4901f92e64f1de8d2dbb17 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 29 Apr 2023 18:50:02 +0100 Subject: Dunno how, but some DOS new lines got in here! --- ui/icon.h | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'ui/icon.h') diff --git a/ui/icon.h b/ui/icon.h index 961c11b..76cd3ae 100644 --- a/ui/icon.h +++ b/ui/icon.h @@ -1,19 +1,19 @@ -#pragma once - -#include -#include -#include - -class Image; - -class Icon { -public: - explicit Icon(const std::filesystem::path & fileName); - explicit Icon(const Image & image); - - void Bind() const; - const glm::vec2 size; - -private: - glTexture m_texture; -}; +#pragma once + +#include +#include +#include + +class Image; + +class Icon { +public: + explicit Icon(const std::filesystem::path & fileName); + explicit Icon(const Image & image); + + void Bind() const; + const glm::vec2 size; + +private: + glTexture m_texture; +}; -- cgit v1.2.3