mirror of
https://github.com/td512/re3.git
synced 2026-05-04 18:25:19 +00:00
Fix warning ISO C++11 does not allow conversion from string literal to
'char *
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user