*** empty log message ***

This commit is contained in:
Darren Ranalli 2000-12-21 22:37:20 +00:00
parent bed0e01fb4
commit e93ade0981

View File

@ -0,0 +1,16 @@
// Filename: patcher.I
// Created by: darren (20Dec00)
//
////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
// Function: Patcher::get_progress
// Access: Public
// Description:
////////////////////////////////////////////////////////////////////
INLINE float Patcher::
get_progress(void) const {
if(_patchfile) {
return _patchfile->get_progress();
}
}