SDL_GUIDFromString() renamed SDL_StringToGUID()
This commit is contained in:
parent
5e12706ae0
commit
ef21e31a9a
10 changed files with 30 additions and 16 deletions
|
@ -63,7 +63,7 @@ static unsigned char nibble(unsigned char c)
|
|||
}
|
||||
|
||||
/* convert the string version of a guid to the struct */
|
||||
SDL_GUID SDL_GUIDFromString(const char *pchGUID)
|
||||
SDL_GUID SDL_StringToGUID(const char *pchGUID)
|
||||
{
|
||||
SDL_GUID guid;
|
||||
int maxoutputbytes = sizeof(guid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue