Fix AMTL internal paths
This commit is contained in:
@ -15,9 +15,9 @@
|
||||
#define _INCLUDE_JOURNAL_H
|
||||
|
||||
#include "Binary.h"
|
||||
#include <am-linkedlist.h>
|
||||
#include <amtl/am-linkedlist.h>
|
||||
#include <sm_stringhashmap.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-string.h>
|
||||
|
||||
enum JOp
|
||||
{
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "amxxmodule.h"
|
||||
#include "NVault.h"
|
||||
#include "Binary.h"
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-string.h>
|
||||
|
||||
/**
|
||||
* :TODO: This beast calls strcpy()/new() way too much by creating new strings on the stack.
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef _INCLUDE_NVAULT_H
|
||||
#define _INCLUDE_NVAULT_H
|
||||
|
||||
#include <am-linkedlist.h>
|
||||
#include <amtl/am-linkedlist.h>
|
||||
#include <sm_stringhashmap.h>
|
||||
#include "IVault.h"
|
||||
#include "Journal.h"
|
||||
|
@ -15,8 +15,8 @@
|
||||
#define _INCLUDE_AMXXAPI_H
|
||||
|
||||
#include "amxxmodule.h"
|
||||
#include <am-vector.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include <amtl/am-string.h>
|
||||
#include <sm_queue.h>
|
||||
|
||||
extern AMX_NATIVE_INFO nVault_natives[];
|
||||
|
Reference in New Issue
Block a user