diff options
| author | ame <[email protected]> | 2023-11-17 10:10:47 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-11-17 10:10:47 -0600 |
| commit | 7eb07ccdca178abffe5ffccf686b4f818db3601d (patch) | |
| tree | 4b265eb0e9f7b1666be24cac3b9d27a6b343fbb4 /src/hash/fasthash.h | |
| parent | 829ad28a66fae082f8d2e8df27164b52592a5ee6 (diff) | |
tons of hashes bleh
Diffstat (limited to 'src/hash/fasthash.h')
| -rw-r--r-- | src/hash/fasthash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/fasthash.h b/src/hash/fasthash.h new file mode 100644 index 0000000..feff2fe --- /dev/null +++ b/src/hash/fasthash.h @@ -0,0 +1,4 @@ +#include "../lua.h" + +int l_fasthash32(lua_State*); +int l_fasthash64(lua_State*); |
