From eb351f519a3fb2fc3a63519ad488064191ea835f Mon Sep 17 00:00:00 2001 From: Hayden Kowalchuk <819028+mrneo240@users.noreply.github.com> Date: Thu, 5 Mar 2020 14:45:05 -0500 Subject: [PATCH] fix: config.h moved to #pragma once - whitespace fixes --- GL/config.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/GL/config.h b/GL/config.h index f119e9a..f2516aa 100644 --- a/GL/config.h +++ b/GL/config.h @@ -1,9 +1,4 @@ -#ifndef CONFIG_H -#define CONFIG_H - +#pragma once /* This figure is derived from the needs of Quake 1 */ #define MAX_TEXTURE_COUNT 1088 - - -#endif // CONFIG_H