Skip to content

Commit

Permalink
forgot to include these here, doesn't build on windows otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
m2neral committed May 27, 2024
1 parent 3c846c7 commit fc93bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions blockIndicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "glad/glad.h"
#include "block.h"
#include "glm/fwd.hpp"
#include <vector>

class BlockIndicator {
public:
Expand Down
1 change: 1 addition & 0 deletions heldBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "glad/glad.h"
#include "block.h"
#include "glm/fwd.hpp"
#include <vector>

class HeldBlock {
public:
Expand Down

0 comments on commit fc93bfa

Please # to comment.