From 3e38f819f8689042432773ed56642165d9e2da1d Mon Sep 17 00:00:00 2001 From: klmp200 Date: Wed, 28 Dec 2016 23:26:58 +0100 Subject: [PATCH] C --- LibGui/pixel.c | 4 ++-- LibGui/pixel.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LibGui/pixel.c b/LibGui/pixel.c index 09d8a19..1b3d09e 100644 --- a/LibGui/pixel.c +++ b/LibGui/pixel.c @@ -2,7 +2,7 @@ * @Author: klmp200 * @Date: 2016-12-27 19:59:21 * @Last Modified by: klmp200 -* @Last Modified time: 2016-12-28 21:36:39 +* @Last Modified time: 2016-12-28 23:26:39 */ #include @@ -10,7 +10,7 @@ #include #include #include -#include +#include void SetPixel(SDL_Renderer *renderer, int x, int y, bool value){ diff --git a/LibGui/pixel.h b/LibGui/pixel.h index feccc4a..dbf255f 100644 --- a/LibGui/pixel.h +++ b/LibGui/pixel.h @@ -2,7 +2,7 @@ #define PIXEL_H_INCLUDED #include -#include +#include #include typedef struct {