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

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Internal/datemodified.h')
-rw-r--r--Source/Internal/datemodified.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Internal/datemodified.h b/Source/Internal/datemodified.h
index 8a265441..b23d33ce 100644
--- a/Source/Internal/datemodified.h
+++ b/Source/Internal/datemodified.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: datemodified.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -26,6 +26,6 @@
#include <cstdint>
-bool GetDateModifiedString(const char *file_name, char* buffer, int buffer_size); // returns true on success
-int64_t GetDateModifiedInt64(const char *file_name);
+bool GetDateModifiedString(const char* file_name, char* buffer, int buffer_size); // returns true on success
+int64_t GetDateModifiedInt64(const char* file_name);
int64_t GetDateModifiedInt64(const Path& path);