diff options
Diffstat (limited to 'src/GameDraw.cpp')
-rw-r--r-- | src/GameDraw.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GameDraw.cpp b/src/GameDraw.cpp index abb0919..5403d3f 100644 --- a/src/GameDraw.cpp +++ b/src/GameDraw.cpp @@ -20,6 +20,7 @@ // along with Black Shades. If not, see <https://www.gnu.org/licenses/>. #include "Game.h" +#include "Support.h" extern int thirdperson; extern float multiplier; |