Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
329 B

  1. LIBRARY WTHKDLL
  2. DESCRIPTION 'wintab hook dll'
  3. EXETYPE WINDOWS
  4. CODE DISCARDABLE
  5. DATA FIXED SINGLE PRELOAD
  6. HEAPSIZE 57980
  7. EXPORTS
  8. WEP @1 RESIDENTNAME
  9. RecordHook @100
  10. PlayHook @101
  11. Record @200
  12. Playback @201
  13. get_num_pkts_recorded @202
  14. get_num_pkts_played @203
  15. display_record @204
  16. reset @205