Fix AMTL internal paths

This commit is contained in:
Arkshine
2015-09-30 19:08:39 +02:00
parent f811bab608
commit 2d910838a2
56 changed files with 128 additions and 129 deletions

View File

@ -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"

View File

@ -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

View File

@ -41,7 +41,7 @@
#include <stdlib.h> // memalign
#include <stdio.h>
#include <am-utility.h>
#include <amtl/am-utility.h>
namespace Trampolines
{

View File

@ -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"

View File

@ -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];

View File

@ -16,7 +16,7 @@
#ifndef FORWARD_H
#define FORWARD_H
#include <am-refcounting.h>
#include <amtl/am-refcounting.h>
enum fwdstate
{

View File

@ -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))

View File

@ -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"

View File

@ -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;

View File

@ -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

View File

@ -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"