mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-20 21:02:26 +00:00
Update to EQEmu::lightsource function linkage
This commit is contained in:
parent
57b3652819
commit
e87e4d07f0
@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user