We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01f88e commit c64fd76Copy full SHA for c64fd76
2 files changed
Games/OneSkill/GameLogic.h
@@ -6,6 +6,7 @@
6
// include project headers
7
#include "Player.h"
8
#include "RoomMap.h"
9
+ #include "Physics.h"
10
11
// now include all objects used in levels
12
// (all these use the base headers and the player)
Games/OneSkill/levelobjects/PistolShot.h
@@ -1,6 +1,3 @@
1
-#include "Physics.h"
2
-
3
4
// ---------------------------------------------------------
5
// BULLETS SHOT BY THE PLAYER'S PISTOL
0 commit comments