clang warnings fix

This commit is contained in:
MihailRis
2024-02-02 20:42:49 +03:00
parent 4a22e8d57b
commit f25677d6d2
20 changed files with 37 additions and 45 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ struct AABB;
class Content;
class ContentIndices;
class Chunk;
class voxel;
struct voxel;
class WorldFiles;
class LevelEvents;
+1 -1
View File
@@ -3,7 +3,7 @@
#include "../typedefs.h"
class voxel;
struct voxel;
class Content;
class WorldGenerator {