// Copyright (C) 1997 Keith Whitwell. // This file may only be copied under the terms of the GNU Library General // Public License - see the file COPYING in the lib3d distribution. // This file is contributed by // Markus F.X.J. Oberhumer #ifndef PLGReaderClass #define PLGReaderClass #include class PLGReader : public ModelBuilder { public: bool readPLG( istream &in ); }; #endif