From e87e4d07f0e6ba5ddc65b302b8b000503410f18f Mon Sep 17 00:00:00 2001 From: Uleat Date: Thu, 21 Apr 2016 19:55:46 -0400 Subject: [PATCH] Update to EQEmu::lightsource function linkage --- common/light_source.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/light_source.h b/common/light_source.h index fa4f09003..db93eaeb3 100644 --- a/common/light_source.h +++ b/common/light_source.h @@ -99,8 +99,8 @@ namespace EQEmu } Level; }; - uint8 TypeToLevel(uint8 light_type); - bool IsLevelGreater(uint8 left_type, uint8 right_type); + extern uint8 TypeToLevel(uint8 light_type); + extern bool IsLevelGreater(uint8 left_type, uint8 right_type); }; }