]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - utf8lib.h
Initialize console commands and cvars before anything else
[xonotic/darkplaces.git] / utf8lib.h
index 543fbfc0ed1c886e578d61a65218cdb17cb190dd..5af255588496505c3f248cae64ae2137fcf8ab86 100644 (file)
--- a/utf8lib.h
+++ b/utf8lib.h
@@ -27,7 +27,7 @@ typedef U_int32 Uchar;
 // u8_byteofs() and u8_charidx() will simply return whatever is passed as index parameter
 // u8_getchar() will will just return the next byte, u8_fromchar will write one byte, ...
 extern cvar_t    utf8_enable;
-void   u8_Init(void);
+void   u8_Init_Commands(void);
 
 size_t u8_strlen(const char*);
 size_t u8_strnlen(const char*, size_t);