mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Fix struct vs. class in forward declarations
This commit is contained in:
		@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
#include <set>
 | 
			
		||||
#include "mapgen.h"
 | 
			
		||||
 | 
			
		||||
class NoiseParams;
 | 
			
		||||
struct NoiseParams;
 | 
			
		||||
class Mapgen;
 | 
			
		||||
class ManualMapVoxelManipulator;
 | 
			
		||||
class PseudoRandom;
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
#include "util/string.h"
 | 
			
		||||
#include "mapgen.h"
 | 
			
		||||
 | 
			
		||||
class NoiseParams;
 | 
			
		||||
struct NoiseParams;
 | 
			
		||||
class Noise;
 | 
			
		||||
class Mapgen;
 | 
			
		||||
class ManualMapVoxelManipulator;
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
 | 
			
		||||
class IGameDef;
 | 
			
		||||
 | 
			
		||||
class ActionRow;
 | 
			
		||||
class Entity;
 | 
			
		||||
struct ActionRow;
 | 
			
		||||
struct Entity;
 | 
			
		||||
 | 
			
		||||
class RollbackManager: public IRollbackManager
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -49,7 +49,7 @@ class Inventory;
 | 
			
		||||
class Player;
 | 
			
		||||
class PlayerSAO;
 | 
			
		||||
class IRollbackManager;
 | 
			
		||||
class RollbackAction;
 | 
			
		||||
struct RollbackAction;
 | 
			
		||||
class EmergeManager;
 | 
			
		||||
class GameScripting;
 | 
			
		||||
class ServerEnvironment;
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
#include "irrlichttypes_extrabloated.h"
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
class ItemStack;
 | 
			
		||||
struct ItemStack;
 | 
			
		||||
class IGameDef;
 | 
			
		||||
class ITextureSource;
 | 
			
		||||
struct TileSpec;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user