normalize includes: loginserver

This commit is contained in:
brainiac
2025-12-18 00:25:57 -08:00
committed by Alex
parent 360e01d824
commit b7fcee632e
20 changed files with 112 additions and 145 deletions
+7 -4
View File
@@ -1,6 +1,10 @@
#ifndef EQEMU_LOGINSTRUCTURES_H
#define EQEMU_LOGINSTRUCTURES_H
#pragma once
#include "common/types.h"
#include <string>
#pragma pack(push)
#pragma pack(1)
// unencrypted base message header in all packets
@@ -161,5 +165,4 @@ namespace LS {
};
}
#endif
#pragma pack(pop)