diff options
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ #define BLACKOUT_HEIGHT 100 #define BLACKOUT_AREA 18.0 +#define MAP_UTILITY_POLE_LINE_COLOR (Color){0, 0, 0, 127} + typedef struct { Rectangle rect; RenderTexture render; |
