forked from Tr0n/client
Solution refactoring and restructuring, removed Boost dependency, removed unused tools
This commit is contained in:
6
src/UserInterface/ProcessCRC.h
Normal file
6
src/UserInterface/ProcessCRC.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
extern bool GetExeCRC(DWORD & r_dwProcCRC, DWORD & r_dwFileCRC);
|
||||
|
||||
extern void BuildProcessCRC();
|
||||
extern BYTE GetProcessCRCMagicCubePiece();
|
Reference in New Issue
Block a user