diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-04 11:55:06 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-04 11:55:06 +0000 |
commit | a4bb771536321cf18c8e3bb1dbb293b59185b3c9 (patch) | |
tree | 11c4fb69dffd30b4f5663dee6abe5f98ecd6b627 | |
parent | a761ab81ba577ff093180f1bc712416e33b31df2 (diff) | |
download | ports-a4bb771536321cf18c8e3bb1dbb293b59185b3c9.tar.gz ports-a4bb771536321cf18c8e3bb1dbb293b59185b3c9.zip |
Notes
-rw-r--r-- | games/clanbomber/files/patch-clanbomber-Config.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/clanbomber/files/patch-clanbomber-Config.cpp b/games/clanbomber/files/patch-clanbomber-Config.cpp new file mode 100644 index 000000000000..782d2bfb7f32 --- /dev/null +++ b/games/clanbomber/files/patch-clanbomber-Config.cpp @@ -0,0 +1,21 @@ +--- clanbomber/Config.cpp.orig Fri Nov 4 12:40:51 2005 ++++ clanbomber/Config.cpp Fri Nov 4 12:48:30 2005 +@@ -16,15 +16,15 @@ + ***************************************************************************/ + // $Id: Config.cpp,v 1.5 2004/01/13 12:34:48 xmassx Exp $ + ++#include <fstream> ++#include <cstdio> ++ + #include <ClanLib/Display/Input/input.h> + + #include "ClanBomber.h" + #include "Config.h" + + #include "Controller.h" +- +-#include <fstream> +-#include <cstdio> + + CL_String Config::filename = "clanbomber.cfg"; + |