mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 09:23:52 +00:00
21 lines
537 B
C
21 lines
537 B
C
#ifndef EQEMU_EMU_COMMON_PCH_H
|
|
#define EQEMU_EMU_COMMON_PCH_H
|
|
|
|
#include "mysql.h"
|
|
|
|
// emu
|
|
#include "../../common/types.h"
|
|
#include "../../common/database.h"
|
|
#include "../../common/timer.h"
|
|
#include "../../common/strings.h"
|
|
#include "../../common/http/httplib.h"
|
|
#include "../../common/base_packet.h"
|
|
#include "../../common/database.h"
|
|
#include "../../common/emu_constants.h"
|
|
#include "../../common/servertalk.h"
|
|
#include "../../common/global_define.h"
|
|
#include "../../common/eqemu_logsys.h"
|
|
#include "../../common/linked_list.h"
|
|
|
|
#endif
|