Fix: add missing extern "C"
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#define ADDEND 0xB
|
||||
#define LOWSEED 0x330E
|
||||
|
||||
extern unsigned char BLI_noise_hash_uchar_512[512]; /* noise.c */
|
||||
extern "C" unsigned char BLI_noise_hash_uchar_512[512]; /* noise.c */
|
||||
#define hash BLI_noise_hash_uchar_512
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user