From 58c1cf0ae2b014958d36c0d8b2c4a940b2622a0f Mon Sep 17 00:00:00 2001 From: Patman64 Date: Mon, 19 Jan 2015 00:39:56 -0500 Subject: [PATCH] Remove Hooks.cpp. --- Hooks.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Hooks.cpp diff --git a/Hooks.cpp b/Hooks.cpp deleted file mode 100644 index 5fd8be4..0000000 --- a/Hooks.cpp +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (C) 2010 - 2015 Eluna Lua Engine - * This program is free software licensed under GPL version 3 - * Please see the included DOCS/LICENSE.md for more information - */ - -#include "Hooks.h" -#include "LuaEngine.h" -#include "ElunaBinding.h" -#include "ElunaEventMgr.h" -#include "ElunaIncludes.h" -#include "ElunaTemplate.h" -#include "ElunaCreatureAI.h" - -extern "C" -{ -#include "lua.h" -}; -