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.

21 lines
186 B

  1. #ifdef __cplusplus
  2. %{
  3. #include <cwchar>
  4. %}
  5. #else
  6. %{
  7. #include <wchar.h>
  8. %}
  9. #endif
  10. %types(wchar_t *);
  11. %include <pywstrings.swg>
  12. /*
  13. Enable swig wchar support.
  14. */
  15. #define SWIG_WCHAR