Skip to content

Commit

Permalink
refactor(io): renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0g committed Nov 12, 2024
1 parent 8a6bbf2 commit d88c233
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/world/skybox.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "glm/glm.hpp"
#include "mesh/texture.h"
#include "../config/config.hpp"
#include "../utils/filesystem.hpp"
#include "../core/io.hpp"

class Shader;
class SkyboxMesh;
Expand Down
2 changes: 1 addition & 1 deletion src/world/world.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <unordered_map>
#include "glm/glm.hpp"
#include "mesh/texture.h"
#include "../utils/filesystem.hpp"
#include "../core/io.hpp"
#include "../config/config.hpp"

class Cell;
Expand Down

0 comments on commit d88c233

Please sign in to comment.