1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Fix struct vs. class in forward declarations

This commit is contained in:
Kahrl 2014-12-08 09:06:31 +01:00
parent 4f23778e53
commit 0183c05ee0
5 changed files with 6 additions and 6 deletions

View file

@ -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;