Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-09-25 19:20:05 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-09-26 17:16:29 +0300
commit54b09f1fe6e9f6d9d08f12b730cae28a1e7766d4 (patch)
tree54f49792fcdca1fe55f38e3cd02b6a9a23d22437 /include
parent7ec7a76fa7abc62b1f024e7af1ce761e08f3bfd4 (diff)
Move the uptime logic from the shell and into a function (#1967)
Diffstat (limited to 'include')
-rw-r--r--include/dosbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dosbox.h b/include/dosbox.h
index 40c06feb3..a028c8ba0 100644
--- a/include/dosbox.h
+++ b/include/dosbox.h
@@ -45,6 +45,7 @@ class Section;
typedef Bitu (LoopHandler)(void);
const char *DOSBOX_GetDetailedVersion() noexcept;
+double DOSBOX_GetUptime();
void DOSBOX_RunMachine();
void DOSBOX_SetLoop(LoopHandler * handler);