Browse Source

*** empty log message ***

Darren Ranalli 25 years ago
parent
commit
e93ade0981
1 changed files with 16 additions and 0 deletions
  1. 16 0
      panda/src/downloader/patcher.I

+ 16 - 0
panda/src/downloader/patcher.I

@@ -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();
+  }
+}