1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/pinball/files/patch-src__Loader.cpp
Thierry Thomas 6eab0b176b There is no more activity on the SourceForce site, switch to a more
active fork on GitHub.

Update to their latest release.
2019-06-28 17:47:22 +00:00

19 lines
409 B
C++

--- src/Loader.cpp.orig 2018-03-24 23:40:31 UTC
+++ src/Loader.cpp
@@ -17,6 +17,7 @@
#include <iostream>
#include "Private.h"
+#include "Config.h"
#include "Loader.h"
#include "Pinball.h"
#include "Keyboard.h"
@@ -39,7 +40,6 @@
#include "SoundUtil.h"
#include "Score.h"
#include "StdAnimation.h"
-#include "Config.h"
#include "StateBehavior.h"
#include "Script.h"
#include "FakeModuleBehavior.h"