~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to src/core/vfs/ifstream.cpp

  • Committer: Thomas Geymayer
  • Date: 2010-03-26 11:56:05 UTC
  • Revision ID: tomgey@gmail.com-20100326115605-iir4j91614620ij3
Fixed .obj loading, enable grabbing and general cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
 
123
123
  }
124
124
 
125
 
  //----------------------------------------------------------------------------
126
 
  bool ifstream::operator_bool() const
127
 
  {
128
 
    return this->good();
129
 
  }
130
 
 
131
125
} // namespace vfs
132
126
} // namespace core
133
127
} // namespace gewoopi