Move sm_memtable.h and sm_stringhashmap.h to public directory.

This commit is contained in:
Arkshine
2014-07-03 11:51:30 +02:00
parent 6d283a1599
commit ce75bcbf61
5 changed files with 2 additions and 1275 deletions

View File

@@ -2,8 +2,8 @@
#define _TRIE_NATIVES_H_
#include "amxmodx.h"
#include "sm_stringhashmap.h"
#include "sm_memtable.h"
#include <sm_stringhashmap.h>
#include <sm_memtable.h>
#include "CVector.h"
using namespace SourceMod;