mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
new object system
This commit is contained in:
parent
c0f0c6568b
commit
fd7a0735c9
15 changed files with 535 additions and 160 deletions
|
@ -32,6 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "mapblockobject.h"
|
||||
#include "voxel.h"
|
||||
#include "nodemetadata.h"
|
||||
#include "staticobject.h"
|
||||
|
||||
|
||||
// Named by looking towards z+
|
||||
|
@ -681,6 +682,7 @@ public:
|
|||
#endif
|
||||
|
||||
NodeMetadataList m_node_metadata;
|
||||
StaticObjectList m_static_objects;
|
||||
|
||||
private:
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue