normalize includes: queryserv

This commit is contained in:
brainiac
2025-12-17 09:34:27 -08:00
committed by Alex
parent 227553337e
commit 91defcad99
14 changed files with 101 additions and 108 deletions
+4 -6
View File
@@ -1,14 +1,13 @@
#ifndef LFGUILD_H
#define LFGUILD_H
#pragma once
#include "common/servertalk.h"
#include "common/types.h"
#include <list>
#include <string>
#include "../common/types.h"
#include "../common/servertalk.h"
class PlayerLookingForGuild
{
public:
PlayerLookingForGuild(char *Name, char *Comments, uint32 Level, uint32 Class, uint32 AACount, uint32 Timezone, uint32 TimePosted);
@@ -60,4 +59,3 @@ private:
std::list<PlayerLookingForGuild> Players;
std::list<GuildLookingForPlayers> Guilds;
};
#endif /* LFGUILD_H */