mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-08 22:08:29 -05:00
9 lines
203 B
C++
9 lines
203 B
C++
#pragma once
|
|
|
|
class CommonT6
|
|
{
|
|
public:
|
|
static int Com_HashKey(const char* str, int maxLen);
|
|
static int Com_HashString(const char* str);
|
|
static int Com_HashString(const char* str, int len);
|
|
}; |