1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-09 04:07:46 +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 cd09f72a5b
commit 3ef207a724
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