Fix AMTL internal paths
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
|
||||
#include "amxxmodule.h"
|
||||
|
||||
#include <am-vector.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include <amtl/am-string.h>
|
||||
#include <sh_stack.h>
|
||||
#include "DataHandler.h"
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
#define RETURNHANDLER_H
|
||||
|
||||
#include "ham_utils.h"
|
||||
#include <am-vector.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include <amtl/am-string.h>
|
||||
#include <sh_stack.h>
|
||||
|
||||
enum
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include <stdlib.h> // memalign
|
||||
#include <stdio.h>
|
||||
|
||||
#include <am-utility.h>
|
||||
#include <amtl/am-utility.h>
|
||||
|
||||
namespace Trampolines
|
||||
{
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <extdll.h>
|
||||
|
||||
#include "NEW_Util.h"
|
||||
#include <am-vector.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include "forward.h"
|
||||
#include "hook.h"
|
||||
#include "ham_const.h"
|
||||
|
@ -18,8 +18,8 @@
|
||||
#include "hooklist.h"
|
||||
#include "forward.h"
|
||||
#include "hook.h"
|
||||
#include <am-vector.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include <amtl/am-string.h>
|
||||
|
||||
extern ke::Vector<Hook *> hooks[HAM_LAST_ENTRY_DONT_USE_ME_LOL];
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef FORWARD_H
|
||||
#define FORWARD_H
|
||||
|
||||
#include <am-refcounting.h>
|
||||
#include <amtl/am-refcounting.h>
|
||||
|
||||
enum fwdstate
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "forward.h"
|
||||
#include "Trampolines.h"
|
||||
#include <am-vector.h>
|
||||
#include <amtl/am-vector.h>
|
||||
|
||||
#define ALIGN(ar) ((intptr_t)ar & ~(sysconf(_SC_PAGESIZE)-1))
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
#include <extdll.h>
|
||||
#include "amxxmodule.h"
|
||||
|
||||
#include <am-vector.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include <amtl/am-string.h>
|
||||
#include <sh_stack.h>
|
||||
|
||||
#include "hook.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "hooklist.h"
|
||||
#include "ham_utils.h"
|
||||
#include "hook_specialbot.h"
|
||||
#include <am-vector.h>
|
||||
#include <amtl/am-vector.h>
|
||||
|
||||
OffsetManager Offsets;
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define HOOK_SPECIALBOT_H
|
||||
|
||||
#include "ham_utils.h"
|
||||
#include <am-vector.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include "forward.h"
|
||||
|
||||
class CRegisterHamParams
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "amxxmodule.h"
|
||||
#include <stdarg.h>
|
||||
#include <am-vector.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include "ham_const.h"
|
||||
#include "hooklist.h"
|
||||
#include "offsets.h"
|
||||
|
Reference in New Issue
Block a user