diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-09-29 17:16:02 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-09-29 17:16:02 +0200 |
commit | eeb26cfc7db1b010e9b9373f6f3f5bce3f2240fa (patch) | |
tree | 7acbf1c23a85e572f7bd4d537319de5f01581f86 /src/core/timebars.h | |
parent | Fix build (if -> ifdef) (diff) | |
download | re3-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 'src/core/timebars.h')
-rw-r--r-- | src/core/timebars.h | 4 |
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 |