From d606a24d07b63c59f4b7bdce51ba518fc6706a49 Mon Sep 17 00:00:00 2001 From: repelliuss Date: Fri, 17 Jul 2020 20:19:12 +0300 Subject: [PATCH] Fixed wrong header guard --- include/RPS/BD_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RPS/BD_map.h b/include/RPS/BD_map.h index 5ee9f92..6c5582e 100644 --- a/include/RPS/BD_map.h +++ b/include/RPS/BD_map.h @@ -1,5 +1,5 @@ -#ifndef BD_LEVELS_H -#define BD_LEVELS_H +#ifndef BD_MAP_H +#define BD_MAP_H typedef enum tileSpecs { TILE_WIDTH = 64,