Yet more work on eng::malloc
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
|
||||
class PlaneMap;
|
||||
|
||||
class PlaneItem {
|
||||
class PlaneItem : public eng::nevernew {
|
||||
friend class PlaneMap;
|
||||
|
||||
private:
|
||||
@@ -112,7 +112,7 @@ public:
|
||||
void set_xyz(float x, float y, float z) { set_pos(plane_, x, y, z); }
|
||||
};
|
||||
|
||||
class PlaneMap {
|
||||
class PlaneMap : public eng::nevernew {
|
||||
friend class PlaneItem;
|
||||
private:
|
||||
using EltVec = eng::vector<PlaneItem *>;
|
||||
|
||||
Reference in New Issue
Block a user