mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
Initial work on shared memory hotfixes
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
#ifndef __EQEMU_SHARED_MEMORY_NPC_FACTION_H
|
||||
#define __EQEMU_SHARED_MEMORY_NPC_FACTION_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class SharedDatabase;
|
||||
void LoadFactions(SharedDatabase *database);
|
||||
void LoadFactions(SharedDatabase *database, const std::string &prefix);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user