From 92a924e7228f9897c89b2f07c6e2e66dd6d06e31 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Tue, 20 Jan 2015 18:50:04 +0200 Subject: [PATCH] Fix tbc and classic --- VehicleHooks.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VehicleHooks.cpp b/VehicleHooks.cpp index 90892ed..47223c5 100644 --- a/VehicleHooks.cpp +++ b/VehicleHooks.cpp @@ -7,15 +7,15 @@ #ifndef _VEHICLE_HOOKS_H #define _VEHICLE_HOOKS_H -#ifndef CLASSIC -#ifndef TBC - #include "Hooks.h" #include "HookHelpers.h" #include "LuaEngine.h" #include "ElunaBinding.h" #include "ElunaTemplate.h" +#ifndef CLASSIC +#ifndef TBC + using namespace Hooks; // Vehicle