mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Using const char* for LV_ConvertString
This commit is contained in:
parent
6c247b300e
commit
6f8fee47f2
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ typedef struct {
|
|||
//
|
||||
// non-ioq3
|
||||
//
|
||||
char* (*LV_ConvertString)(char* string);
|
||||
const char* (*LV_ConvertString)(const char* string);
|
||||
void (*Hunk_Clear)();
|
||||
void (*Clear)();
|
||||
void (*Cvar_SetDefault)(cvar_t* var, const char* varValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue