mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-22 13:52:32 +00:00
Update to EQEmu::lightsource function linkage
This commit is contained in:
parent
57b3652819
commit
e87e4d07f0
@ -99,8 +99,8 @@ namespace EQEmu
|
|||||||
} Level;
|
} Level;
|
||||||
};
|
};
|
||||||
|
|
||||||
uint8 TypeToLevel(uint8 light_type);
|
extern uint8 TypeToLevel(uint8 light_type);
|
||||||
bool IsLevelGreater(uint8 left_type, uint8 right_type);
|
extern bool IsLevelGreater(uint8 left_type, uint8 right_type);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user