HookLib.h
上传用户:kittypts
上传日期:2018-02-11
资源大小:241k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. /*
  2. *
  3. *  This file is
  4. *    Copyright (C) 2006-2008 Nektra S.A.
  5. *  
  6. *  This program is free software; you can redistribute it and/or modify
  7. *  it under the terms of the GNU Lesser General Public License as published by
  8. *  the Free Software Foundation; either version 2, or (at your option)
  9. *  any later version.
  10. *  
  11. *  This program is distributed in the hope that it will be useful,
  12. *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. *  GNU General Public License for more details.
  15. *  
  16. */
  17. #ifndef _HOOKLIB_H_
  18. #define _HOOKLIB_H_
  19. /**
  20. This is a "meta-include" file.
  21. Includes nearly all HookLib header files.
  22. */
  23. #include "../src/engine/ApiHook.h"
  24. #include "../src/engine/VTHook.h"
  25. #include "../src/engine/LocalFunction.h"
  26. #endif //_HOOKLIB_H_