Add header guards
This commit is contained in:
@@ -1 +1,6 @@
|
||||
#ifndef _FCEU_CRC32_H
|
||||
#define _FCEU_CRC32_H
|
||||
|
||||
uint32 CalcCRC32(uint32 crc, uint8 *buf, uint32 len);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user