mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 23:48:20 +00:00
* fix score file, was in an odd location (/var/lib/lib/games) and gamestat group wasn't used * tidy patches and add bugref for one (haven't found for the other) * GPL-2 -> GPL-2+ * depend on libsdl[sound] * replace .bmp icon, neither right format nor size (800x600!) to be valid for XDG and no guarantees it can be displayed by everything Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
7 lines
140 B
Diff
7 lines
140 B
Diff
--- a/src/init.cpp
|
|
+++ b/src/init.cpp
|
|
@@ -28,2 +28,4 @@
|
|
#include <iostream>
|
|
+#include <cstdlib>
|
|
+#include <cstring>
|
|
using namespace std;
|