aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dc/dc.h')
-rw-r--r--backends/platform/dc/dc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h
index 6a7d8c5f16..b7494a77bc 100644
--- a/backends/platform/dc/dc.h
+++ b/backends/platform/dc/dc.h
@@ -116,6 +116,9 @@ class OSystem_Dreamcast : public OSystem, public FilesystemFactory {
// Delay for a specified amount of milliseconds
void delayMillis(uint msecs);
+ // Get the current time and date. Correspond to time()+localtime().
+ void getTimeAndDate(struct tm &t) const;
+
// Get the next event.
// Returns true if an event was retrieved.
bool pollEvent(Common::Event &event);