Fix: add missing extern "C"

This commit is contained in:
Jacques Lucke 2020-07-09 18:19:39 +02:00
parent a90b69d065
commit 1e3247c078
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**