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.

12 lines
227 B

  1. namespace std
  2. {
  3. %callback("%s") endl;
  4. %callback("%s") ends;
  5. %callback("%s") flush;
  6. }
  7. %warnfilter(365) operator+=;
  8. %warnfilter(802) std::basic_iostream; // turn off multiple inheritance warning
  9. %include <std/std_iostream.i>