mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Completely generalized mesh generation; ContentFeatures serialization
This commit is contained in:
parent
89e7bacd99
commit
eed727c61b
18 changed files with 795 additions and 821 deletions
|
@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#define CONTENT_MAPNODE_HEADER
|
||||
|
||||
#include "mapnode.h"
|
||||
class ITextureSource;
|
||||
class IWritableNodeDefManager;
|
||||
|
||||
/*
|
||||
|
@ -36,7 +35,7 @@ class IWritableNodeDefManager;
|
|||
|
||||
Server only calls this once with tsrc=NULL.
|
||||
*/
|
||||
void content_mapnode_init(ITextureSource *tsrc, IWritableNodeDefManager *nodemgr);
|
||||
void content_mapnode_init(IWritableNodeDefManager *nodemgr);
|
||||
|
||||
// Backwards compatibility for non-extended content types in v19
|
||||
extern content_t trans_table_19[21][2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue