mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-09 12:17:45 +00:00
move the actionlut data to its own isolated cpp file
This commit is contained in:
parent
cd09f72a5b
commit
3ef207a724
4 changed files with 1133 additions and 1114 deletions
File diff suppressed because it is too large
Load diff
|
@ -21,6 +21,8 @@ namespace Sapphire::World::Action
|
||||||
public:
|
public:
|
||||||
using Lut = std::unordered_map< uint16_t, ActionEntry >;
|
using Lut = std::unordered_map< uint16_t, ActionEntry >;
|
||||||
|
|
||||||
|
static bool validEntryExists( uint16_t actionId );
|
||||||
|
|
||||||
static Lut m_actionLut;
|
static Lut m_actionLut;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
1120
src/world/Action/ActionLutData.cpp
Normal file
1120
src/world/Action/ActionLutData.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue