mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Split up tile.cpp/h
This commit is contained in:
parent
cdce33dd05
commit
aaf77025b6
34 changed files with 2851 additions and 2801 deletions
|
@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#pragma once
|
||||
|
||||
#include "irrlichttypes_extrabloated.h"
|
||||
#include "util/numeric.h"
|
||||
#include "client/tile.h"
|
||||
#include "voxel.h"
|
||||
#include <array>
|
||||
|
@ -29,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
class Client;
|
||||
class NodeDefManager;
|
||||
class IShaderSource;
|
||||
class ITextureSource;
|
||||
|
||||
/*
|
||||
Mesh making stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue