1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

move the actionlut data to its own isolated cpp file

This commit is contained in:
NotAdam 2019-06-02 00:34:07 +10:00
parent ec909355d3
commit 33d83fa1e4
4 changed files with 1133 additions and 1114 deletions

File diff suppressed because it is too large Load diff

View file

@ -21,6 +21,8 @@ namespace Sapphire::World::Action
public:
using Lut = std::unordered_map< uint16_t, ActionEntry >;
static bool validEntryExists( uint16_t actionId );
static Lut m_actionLut;
};
}

File diff suppressed because it is too large Load diff