mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
Added SDL_murmur3_32()
This commit is contained in:
parent
039148fb0e
commit
a923771978
10 changed files with 101 additions and 0 deletions
|
@ -1460,6 +1460,7 @@ extern SDL_DECLSPEC int SDLCALL SDL_tolower(int x);
|
|||
|
||||
extern SDL_DECLSPEC Uint16 SDLCALL SDL_crc16(Uint16 crc, const void *data, size_t len);
|
||||
extern SDL_DECLSPEC Uint32 SDLCALL SDL_crc32(Uint32 crc, const void *data, size_t len);
|
||||
extern SDL_DECLSPEC Uint32 SDLCALL SDL_murmur3_32(const void *data, size_t len, Uint32 seed);
|
||||
|
||||
/**
|
||||
* Copy non-overlapping memory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue