Xrasher/3rdparty/MultiEmulator/src/RevSpoofer.h

7 lines
113 B
C
Raw Normal View History

#pragma once
namespace RevSpoofer
{
bool Spoof(char *pszDest, int uSID);
unsigned int Hash(char *pszString);
}