Fix includes

This commit is contained in:
BotoX
2017-02-26 00:16:12 +01:00
parent 106e04ae7e
commit a68896fc18
27 changed files with 5545 additions and 1761 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
#pragma semicolon 1
#pragma newdecls required
#include <sourcemod>
#include "morecolors.inc"
#pragma newdecls required
#include <multicolors>
Handle g_hCVar_NotificationTime = INVALID_HANDLE;
char g_sAttackerSID[MAXPLAYERS + 1][32];