From 59dc3beae8a16526222ad344767128b4b51b0ee3 Mon Sep 17 00:00:00 2001 From: Y-Less Date: Fri, 27 Mar 2020 10:13:25 +0000 Subject: [PATCH] Include `` or ``, not both. --- a_samp.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/a_samp.inc b/a_samp.inc index 14c9122..8521eac 100755 --- a/a_samp.inc +++ b/a_samp.inc @@ -7,6 +7,9 @@ #if defined _INC_a_samp #endinput #endif +#if defined _INC_a_npc + #error Include `` or ``, not both. +#endif #define _INC_a_samp #define _samp_included