Skip to content

Commit

Permalink
chore: add base for ActorBlockBase
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Jan 3, 2025
1 parent 888ca7a commit dfd34c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/mc/world/level/block/ActorBlockBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#include "mc/_HeaderOutputPredefine.h"

template <typename T0>
class ActorBlockBase {
class ActorBlockBase : public T0 {
public:
// prevent constructor by default
ActorBlockBase& operator=(ActorBlockBase const&);
ActorBlockBase(ActorBlockBase const&);
ActorBlockBase();
};

0 comments on commit dfd34c1

Please sign in to comment.