From 266924600aa33042d955d4c27c98ea52a132361c Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Thu, 17 Nov 2016 01:28:51 +0100 Subject: [PATCH] Missing include guard --- src/p_effect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_effect.h b/src/p_effect.h index 614702a49..eb417d63c 100644 --- a/src/p_effect.h +++ b/src/p_effect.h @@ -31,6 +31,8 @@ ** */ +#pragma once + #include "vectors.h" #define FX_ROCKET 0x00000001