Skip to content

Commit dc24a09

Browse files
committed
Fix filename
1 parent 1db0759 commit dc24a09

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/game.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "le2d/asset_loader.hpp"
1313
#include "le2d/data_loader.hpp"
1414
#include "le2d/drawable/text.hpp"
15-
#include "lighhouse.hpp"
15+
#include "lighthouse.hpp"
1616
#include "util/random.hpp"
1717

1818
namespace miracle {

src/game.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include "enemy.hpp"
99
#include "le2d/drawable/text.hpp"
1010
#include "le2d/font.hpp"
11-
#include "lighhouse.hpp"
1211
#include "light.hpp"
12+
#include "lighthouse.hpp"
1313

1414
namespace miracle {
1515
class Game {

src/lighthouse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <glm/gtc/matrix_transform.hpp>
2-
#include <lighhouse.hpp>
2+
#include <lighthouse.hpp>
33
#include "glm/gtx/norm.hpp"
44
#include "le2d/asset_loader.hpp"
55
#include "le2d/data_loader.hpp"
File renamed without changes.

0 commit comments

Comments
 (0)