Skip to content

Commit

Permalink
Fixed wrong header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
repelliuss committed Jul 17, 2020
1 parent 412035d commit d606a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RPS/BD_map.h
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d606a24

Please sign in to comment.