Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed Apr 30, 2024
1 parent c43b405 commit f24cae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Player/Factory/Dagger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "Dagger.h"
#include <memory>
#include "Helper.hpp"
#include "Player_Config.h"
#include "Player_config.h"
#include "SpriteSheet.hpp"
#include "UGameElement.h"
#include "Util/SpriteSheet.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/Player/Factory/Shovel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <memory>
#include <vector>
#include "Helper.hpp"
#include "Player_Config.h"
#include "Player_config.h"
#include "SpriteSheet.hpp"
#include "UGameElement.h"

Expand Down

0 comments on commit f24cae5

Please sign in to comment.