From 71111e574bb093759113379cfcfab193488d03c9 Mon Sep 17 00:00:00 2001
From: namark <namark@disroot.org>
Date: Fri, 20 Mar 2020 05:05:34 +0400
Subject: [PATCH] A TODO.

---
 source/simple/graphical/surface.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/simple/graphical/surface.h b/source/simple/graphical/surface.h
index 3e28bbe..4a0850f 100644
--- a/source/simple/graphical/surface.h
+++ b/source/simple/graphical/surface.h
@@ -26,6 +26,7 @@ namespace simple::graphical
 		surface(surface&& other) = default;
 		surface& operator=(surface&& other) = default;
 
+		// TODO: constructor with a pallete
 		explicit surface(const char* filename);
 		surface(int2 size, const pixel_format& format);
 		surface(byte* pixels, int2 size, const pixel_format& format, int pitch = 0);
-- 
GitLab