mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-02 22:52:59 +00:00
fix: add back public visibility specifier for Entity
This commit is contained in:
parent
29c0185553
commit
22671562ca
|
|
@ -36,7 +36,7 @@ class Entity : public std::enable_shared_from_this<Entity> {
|
|||
friend class Gui; // 4J Stu - Added to be able to access the shared flag
|
||||
// functions and constants, without making them publicly
|
||||
// available to everything
|
||||
|
||||
public:
|
||||
// 4J-PB - added to replace (e instanceof Type), avoiding dynamic casts
|
||||
virtual eINSTANCEOF GetType() = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue