mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
dongresource
224ffe05e7
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.
5 lines
62 B
C++
5 lines
62 B
C++
#pragma once
|
|
|
|
#include "Chunking.hpp"
|
|
#include "Entities.hpp"
|