fixed project includes to use new directory structure
This commit is contained in:
parent
63e46abdb8
commit
de0a034a84
95 changed files with 655 additions and 634 deletions
|
@ -6,7 +6,7 @@
|
|||
#ifndef _HASH_H_
|
||||
#define _HASH_H_
|
||||
|
||||
#include "common.h"
|
||||
#include "common/common.h"
|
||||
|
||||
u32 HashFletcher(const u8* data_u8, size_t length); // FAST. Length & 1 == 0.
|
||||
u32 HashAdler32(const u8* data, size_t len); // Fairly accurate, slightly slower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue