mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
8 lines
155 B
C++
8 lines
155 B
C++
#pragma once
|
|
|
|
class CommonT6
|
|
{
|
|
public:
|
|
static int Com_HashKey(const char* str, int maxLen);
|
|
static int Com_HashString(const char* str, int len);
|
|
}; |