Document all of frontier pass

This commit is contained in:
DizzyEggg
2019-01-26 20:56:06 +01:00
parent 03549349f8
commit 01c3f3fc05
12 changed files with 763 additions and 2052 deletions

View File

@@ -587,7 +587,7 @@ u8 *StringCopyN_Multibyte(u8 *dest, u8 *src, u32 n)
return dest;
}
u32 StringLength_Multibyte(u8 *str)
u32 StringLength_Multibyte(const u8 *str)
{
u32 length = 0;