HookLib.h
上传用户:kittypts
上传日期:2018-02-11
资源大小:241k
文件大小:1k
- /*
- *
- * This file is
- * Copyright (C) 2006-2008 Nektra S.A.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
- #ifndef _HOOKLIB_H_
- #define _HOOKLIB_H_
- /**
- This is a "meta-include" file.
- Includes nearly all HookLib header files.
- */
- #include "../src/engine/ApiHook.h"
- #include "../src/engine/VTHook.h"
- #include "../src/engine/LocalFunction.h"
- #endif //_HOOKLIB_H_