mirror of
https://github.com/thug1src/thug.git
synced 2024-11-30 12:06:44 +00:00
15 lines
249 B
C
15 lines
249 B
C
//#ifndef _HASHID_H_
|
|
//#define _HASHID_H_
|
|
//
|
|
//#include "p_hw.h"
|
|
//
|
|
//namespace NsHashID
|
|
//{
|
|
// u32 encode ( const char * pString );
|
|
// u32 encode ( const unsigned char * pData, unsigned int length );
|
|
//};
|
|
//
|
|
//#endif // _HASHID_H_
|
|
|
|
|