Skip to content

Commit

Permalink
Include <a_samp> or <a_npc>, not both.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less authored Mar 27, 2020
1 parent 59dc3be commit d224a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions a_npc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#if defined _INC_a_npc
#endinput
#endif
#if defined _INC_a_samp
#error Include `<a_samp>` or `<a_npc>`, not both.
#endif
#define _INC_a_npc
#define _samp_included

Expand Down

0 comments on commit d224a1f

Please sign in to comment.