mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace std
|
||||
{
|
||||
%callback("%s") endl;
|
||||
%callback("%s") ends;
|
||||
%callback("%s") flush;
|
||||
}
|
||||
|
||||
%warnfilter(365) operator+=;
|
||||
%warnfilter(802) std::basic_iostream; // turn off multiple inheritance warning
|
||||
|
||||
%include <std/std_iostream.i>
|
||||
|
||||
Reference in New Issue
Block a user