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.

13 lines
234 B

  1. ;;wthkdll.def
  2. LIBRARY "WTHKDLL"
  3. DESCRIPTION 'wintab hook dll'
  4. EXPORTS
  5. RecordHook @100
  6. PlayHook @101
  7. Record @200
  8. Playback @201
  9. get_num_pkts_recorded @202
  10. get_num_pkts_played @203
  11. display_record @204
  12. reset @205