From 0a2da4f82435a49212e276d9d603e84ac298246d Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 27 Dec 2020 00:09:34 +0100 Subject: Reorganize entire project. --- source/Bitmap.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 source/Bitmap.h (limited to 'source/Bitmap.h') diff --git a/source/Bitmap.h b/source/Bitmap.h deleted file mode 100644 index c4064ad..0000000 --- a/source/Bitmap.h +++ /dev/null @@ -1,12 +0,0 @@ -#include -class Bitmap -{ -public: - int width, height; - unsigned char *pixels; - Bitmap(int width_, int height_); - ~Bitmap(); - void fill(int r, int g, int b); - void setPixel(int x, int y, int r, int g, int b); -}; - -- cgit v1.2.3