mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
6eab0b176b
active fork on GitHub. Update to their latest release.
19 lines
409 B
C++
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"
|