Skip to content

Commit

Permalink
fix msvc build
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 21, 2024
1 parent dc8f5e7 commit a5a72af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/frontend/ContentGfxCache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Content;
class Assets;
class Atlas;
struct Block;
class Block;
struct UVRegion;
struct GraphicsSettings;

Expand Down
2 changes: 1 addition & 1 deletion src/graphics/render/Decorator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Chunks;
class Camera;
class Assets;
class Player;
struct Block;
class Block;
class Engine;
class LevelController;
class WorldRenderer;
Expand Down
2 changes: 1 addition & 1 deletion src/graphics/render/ModelsGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
struct ItemDef;
class Assets;
class Content;
struct Block;
class Block;

class ModelsGenerator {
public:
Expand Down

0 comments on commit a5a72af

Please sign in to comment.