From e93ade098182ba47638c2bf93df5f85ead132225 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 21 Dec 2000 22:37:20 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloader/patcher.I | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 panda/src/downloader/patcher.I diff --git a/panda/src/downloader/patcher.I b/panda/src/downloader/patcher.I new file mode 100644 index 0000000000..162cc476db --- /dev/null +++ b/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(); + } +}