eqemu-server/common/pch/pch-emu-common.h
2024-10-01 20:11:32 -05:00

15 lines
411 B
C

#ifndef EQEMU_EMU_COMMON_PCH_H
#define EQEMU_EMU_COMMON_PCH_H
// emu
#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"
#endif