chore(misc): cleanup (#17274)

This commit is contained in:
Kitzunu
2023-09-17 15:19:09 +02:00
committed by GitHub
parent 71de2e5c26
commit f1111be152
18 changed files with 128 additions and 45 deletions

View File

@@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TRINITYSERVER_PACKET_BUILDER_H
#define TRINITYSERVER_PACKET_BUILDER_H
#ifndef AC_PACKET_BUILDER_H
#define AC_PACKET_BUILDER_H
#include "Define.h"
@@ -40,4 +40,4 @@ namespace Movement
static void WriteCreate(const MoveSpline& mov, ByteBuffer& data);
};
}
#endif // TRINITYSERVER_PACKET_BUILDER_H
#endif // AC_PACKET_BUILDER_H