From 9cc12688397837615432d80213885211d1740762 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 11 Oct 2020 11:37:32 +0200 Subject: [PATCH] - Duke: added missing include guard to conlabel.h. --- source/games/duke/src/conlabel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/games/duke/src/conlabel.h b/source/games/duke/src/conlabel.h index 8dac9ea85..d8d538a0a 100644 --- a/source/games/duke/src/conlabel.h +++ b/source/games/duke/src/conlabel.h @@ -1,3 +1,5 @@ +#pragma once + enum { PLAYER_ZOOM = 1,