Update ns module project files and use AMTL.

This commit is contained in:
Arkshine
2014-08-10 18:24:47 +02:00
parent 3f6ad29f55
commit 9d53d48552
33 changed files with 199 additions and 7054 deletions

View File

@@ -13,15 +13,15 @@
#include <string.h>
#include "../sdk/amxxmodule.h"
#include "amxxmodule.h"
#include "../ns.h"
#include "../ns_const.h"
#include "ns.h"
#include "ns_const.h"
#include "../utilfunctions.h"
#include "utilfunctions.h"
#include "../FastDelegate.h"
#include "../GameManager.h"
#include "FastDelegate.h"
#include "GameManager.h"
extern int IsValidBuilding[AVH_USER3_MAX + 1];