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.

9 lines
218 B

  1. %fragment("StdVectorTraits","header")
  2. %{
  3. %}
  4. #define %swig_vector_methods(Type...) %swig_sequence_methods(Type)
  5. #define %swig_vector_methods_val(Type...) %swig_sequence_methods_val(Type);
  6. %include <std/std_vector.i>