//==================================================================================================== // // Name: [entWatch] Tools // Author: zaCade & Prometheum // Description: Handle the tools of [entWatch] // //==================================================================================================== #include #pragma newdecls required #include #include //---------------------------------------------------------------------------------------------------- // Purpose: //---------------------------------------------------------------------------------------------------- public Plugin myinfo = { name = "[entWatch] Tools", author = "zaCade & Prometheum", description = "Handle the tools of [entWatch]", version = "4.0.0" }; //---------------------------------------------------------------------------------------------------- // Purpose: //---------------------------------------------------------------------------------------------------- public void OnPluginStart() { }