OpenFusion/src/NPC.hpp
dongresource 224ffe05e7 [WIP] Convert most of Chunking to Entity-based system
Player and all NPCs now have a common superclass, with virtual functions
so smooth over shared behavior. EntityRef is a simple class that points
to an arbitrary Entity.

This commit is not yet functional.
2021-03-31 22:28:27 +02:00

5 lines
62 B
C++

#pragma once
#include "Chunking.hpp"
#include "Entities.hpp"