summaryrefslogtreecommitdiffstats
path: root/src/core/timebars.h
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-09-29 17:16:02 +0200
committerFilip Gawin <filip.gawin@zoho.com>2020-09-29 17:16:02 +0200
commiteeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa (patch)
tree7acbf1c23a85e572f7bd4d537319de5f01581f86 /src/core/timebars.h
parentFix build (if -> ifdef) (diff)
downloadre3-eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa.tar
re3-eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa.tar.gz
re3-eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa.tar.bz2
re3-eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa.tar.lz
re3-eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa.tar.xz
re3-eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa.tar.zst
re3-eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa.zip
Diffstat (limited to '')
-rw-r--r--src/core/timebars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/timebars.h b/src/core/timebars.h
index 6d3b853e..1a5a0573 100644
--- a/src/core/timebars.h
+++ b/src/core/timebars.h
@@ -1,6 +1,6 @@
#pragma once
void tbInit();
-void tbStartTimer(int32, char*);
-void tbEndTimer(char*);
+void tbStartTimer(int32, const char*);
+void tbEndTimer(const char*);
void tbDisplay(); \ No newline at end of file