Remove some SourceMod namespace.

This commit is contained in:
Arkshine
2014-08-10 22:25:14 +02:00
parent 1ae40316a8
commit 41f6932b68
9 changed files with 7 additions and 21 deletions

View File

@ -19,8 +19,6 @@
#include <sm_stringhashmap.h>
#include <am-string.h>
using namespace SourceMod;
enum JOp
{
Journal_Nop=0, //no operation

View File

@ -19,8 +19,6 @@
#include "IVault.h"
#include "Journal.h"
using namespace SourceMod;
#define VAULT_MAGIC 0x6E564C54 //nVLT
#define VAULT_VERSION 0x0200 //second version

View File

@ -16,8 +16,6 @@
#include "NVault.h"
#include <sm_queue.h>
using namespace SourceMod;
#ifdef WIN32
#define MKDIR(p) mkdir(p)
#else