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.

31 lines
686 B

  1. #ifndef __Lib_allkw_swg__
  2. #define __Lib_allkw_swg__
  3. /*
  4. Include all the known keyword warnings. Very useful for adding test
  5. files to the test-suite, or check if your own library is ok for all
  6. the swig supported languages.
  7. Use as
  8. swig -Wallkw ...
  9. If you add a new language, remember to create a separete languagekw.swg
  10. file, and add it here.
  11. */
  12. %include <chicken/chickenkw.swg>
  13. %include <csharp/csharpkw.swg>
  14. %include <java/javakw.swg>
  15. %include <php4/php4kw.swg>
  16. %include <pike/pikekw.swg>
  17. %include <python/pythonkw.swg>
  18. %include <ocaml/ocamlkw.swg>
  19. %include <ruby/rubykw.swg>
  20. %include <tcl/tclkw.swg>
  21. %include <perl5/perlkw.swg>
  22. #endif //__Lib_allkw_swg__