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); }; }