Sync with master

This commit is contained in:
gsemaj
2022-07-30 22:50:03 -07:00
parent ec71fd8f46
commit 751fd4fd9d
6 changed files with 22 additions and 30 deletions

View File

@@ -1,19 +1,16 @@
#pragma once
#include "core/Core.hpp"
#include "Chunking.hpp"
#include "EntityRef.hpp"
#include "Buffs.hpp"
#include "Chunking.hpp"
#include "Groups.hpp"
#include <set>
#include <map>
#include <functional>
/* forward declaration(s) */
class Chunk;
struct Group;
enum class AIState {
INACTIVE,
ROAMING,