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