mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Initial work on shared memory hotfixes
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
#ifndef __EQEMU_SHARED_MEMORY_BASE_DATA_H
|
||||
#define __EQEMU_SHARED_MEMORY_BASE_DATA_H
|
||||
|
||||
#include <string>
|
||||
class SharedDatabase;
|
||||
void LoadBaseData(SharedDatabase *database);
|
||||
void LoadBaseData(SharedDatabase *database, const std::string &prefix);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user