FastUtils.pm
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:1k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. #########################################################################
  2. #  OpenKore - Utility functions written in C for speed
  3. #
  4. #  This software is open source, licensed under the GNU General Public
  5. #  License, version 2.
  6. #  Basically, this means that you're allowed to modify and distribute
  7. #  this software. However, if you distribute modified versions, you MUST
  8. #  also distribute the source code.
  9. #  See http://www.gnu.org/licenses/gpl.html for the full license.
  10. #########################################################################
  11. # Functions in this module are implemented in auto/XSTools/misc/fastutils.xs
  12. package FastUtils;
  13. use strict;
  14. use warnings;
  15. use Time::HiRes;
  16. use XSTools;
  17. XSTools::bootModule('FastUtils');
  18. 1;