entWatch4: Remove useless SMLib stuff, add template checking.

This commit is contained in:
zaCade
2019-04-08 12:19:03 +02:00
parent 3b023b2bbd
commit e27a663cf9
6 changed files with 184 additions and 12 deletions
@@ -5,7 +5,6 @@
// Description: Handle the restrictions of [entWatch]
//
//====================================================================================================
#include <smlib>
#include <multicolors>
#pragma newdecls required
@@ -13,6 +12,7 @@
#include <sourcemod>
#include <clientprefs>
#include <entWatch_core>
#include <entWatch_helpers>
/* FORWARDS */
Handle g_hFwd_OnClientRestricted;