From ee23f2756ae436184bc79050ad7253510c06f060 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 12 Jan 2018 10:26:34 +0000 Subject: [PATCH] GLU case typo --- breakout/paddleAndBall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/breakout/paddleAndBall.c b/breakout/paddleAndBall.c index 842fc6e..eb07764 100644 --- a/breakout/paddleAndBall.c +++ b/breakout/paddleAndBall.c @@ -4,8 +4,8 @@ #else #include #endif -#include -#include +#include +#include #include "include/structs.h" #include "include/paddleAndBall.h" #include "include/utilityFunctions.h"