normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
committed by Alex
parent 552a908f92
commit 7fe49b5630
278 changed files with 2431 additions and 2901 deletions
+4 -7
View File
@@ -1,8 +1,8 @@
#ifndef AGGROMANAGER_H
#define AGGROMANAGER_H
#pragma once
#include "../common/types.h"
#include <assert.h>
#include "common/types.h"
#include <cassert>
#include <cstddef>
class AggroMeter
@@ -75,6 +75,3 @@ public:
// fuck it, lets just use a buffer the size of the largest to work with
const inline size_t max_packet_size() const { return sizeof(uint8) + sizeof(uint32) + sizeof(uint8) + (sizeof(uint8) + sizeof(uint16)) * AT_Max; }
};
#endif /* !AGGROMANAGER_H */