Fix: add missing extern "C"

This commit is contained in:
2020-07-09 18:19:39 +02:00
parent a90b69d065
commit 1e3247c078

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