mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-31 12:47:10 +01:00
drafts for market system. It would be better if I remove the inbox system and market is still working like shit
This commit is contained in:
@@ -48,7 +48,7 @@ typedef std::vector<int32_t> IntegerVec;
|
||||
|
||||
StringVec explodeString(const std::string& inString, const std::string& separator, int32_t limit = -1);
|
||||
IntegerVec vectorAtoi(const StringVec& stringVector);
|
||||
inline bool hasBitSet(uint32_t flag, uint32_t flags) {
|
||||
constexpr bool hasBitSet(uint32_t flag, uint32_t flags) {
|
||||
return (flags & flag) != 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user