forked from UNLOZE/sm-plugins
Fix includes
This commit is contained in:
@@ -32,14 +32,14 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#include <sourcemod>
|
||||
#include <mapchooser>
|
||||
#include "include/mapchooser_extended"
|
||||
#include <colors>
|
||||
|
||||
#pragma semicolon 1
|
||||
#pragma newdecls required
|
||||
|
||||
#include <sourcemod>
|
||||
#include <mapchooser>
|
||||
#include <mapchooser_extended>
|
||||
#include <multicolors>
|
||||
|
||||
#define MCE_VERSION "1.13.0"
|
||||
|
||||
public Plugin myinfo =
|
||||
|
||||
Reference in New Issue
Block a user