mirror of
https://github.com/thug1src/thug.git
synced 2024-12-02 12:56:45 +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_
|
||
|
|
||
|
|