Gimp/tools/gcg/ex/stream.gh
Lauri Alanko d74bf3623e It actually runs now, with a zillion caveats, but anyway..
Still have to do lotsa things for serious use..
1998-11-20 23:21:40 +00:00

14 lines
166 B
Text

#include <gcg.gh>
package Ex {
module Ostream{
class Ostream;
}
module FileOstream{
class FileOstream;
}
module StringOstream{
class StringOstream;
}
}