Skip to content

Commit

Permalink
Fixed compilation issue with input namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 17, 2023
1 parent b8ec22b commit e88e6d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/objects/camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "objects/camera.hpp"
#include "egg/math_types.hpp"
#include "input.hpp"
#include "input/gamepad.hpp"

#include "utils/rendering.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/sound/sound.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "threading.hpp"
#include "egg/filesystem.hpp"
#include "tick.hpp"
#include "input.hpp"
#include "input/gamepad.hpp"

#include "egg/assert.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/stats.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "stats.hpp"
#include "input.hpp"
#include "input/gamepad.hpp"

#include <iostream>
#include <unordered_map>
Expand Down

0 comments on commit e88e6d7

Please sign in to comment.