Team Fortress 2 Source Code as on 22/4/2020
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.

45 lines
1.6 KiB

  1. /* -----------------------------------------------------------------------------
  2. * See the LICENSE file for information on copyright, usage and redistribution
  3. * of SWIG, and the README file for authors - http://www.swig.org/release.html.
  4. *
  5. * tcl8.swg
  6. *
  7. * Tcl configuration module.
  8. * ----------------------------------------------------------------------------- */
  9. /* ------------------------------------------------------------
  10. * Inner macros
  11. * ------------------------------------------------------------ */
  12. %include <tclmacros.swg>
  13. /* ------------------------------------------------------------
  14. * The runtime part
  15. * ------------------------------------------------------------ */
  16. %include <tclruntime.swg>
  17. /* ------------------------------------------------------------
  18. * Special user directives
  19. * ------------------------------------------------------------ */
  20. %include <tcluserdir.swg>
  21. /* ------------------------------------------------------------
  22. * Typemap specializations
  23. * ------------------------------------------------------------ */
  24. %include <tcltypemaps.swg>
  25. /* ------------------------------------------------------------
  26. * Overloaded operator support
  27. * ------------------------------------------------------------ */
  28. %include <tclopers.swg>
  29. /* ------------------------------------------------------------
  30. * Warnings for Tcl keywords
  31. * ------------------------------------------------------------ */
  32. %include <tclkw.swg>
  33. /* ------------------------------------------------------------
  34. * The Tcl initialization function
  35. * ------------------------------------------------------------ */
  36. %include <tclinit.swg>