summaryrefslogtreecommitdiffstats
path: root/src/app/system_other.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/system_other.cpp')
-rw-r--r--src/app/system_other.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/system_other.cpp b/src/app/system_other.cpp
index 9fc1f95..da81a6d 100644
--- a/src/app/system_other.cpp
+++ b/src/app/system_other.cpp
@@ -37,3 +37,4 @@ long long int CSystemUtilsOther::TimeStampExactDiff(SystemTimeStamp* before, Sys
{
return (after->sdlTicks - before->sdlTicks) * 1000000ll;
}
+