freebsd-ports/games/alex4/files/patch-unix.h
Matthew Seaman 7a4bf7c495 In the latest installment of the series Alex travels through the jungle
in search of his kidnapped girlfriend. Plenty of classic platforming
in four nice colors guaranteed!

WWW: http://allegator.sourceforge.net/

PR:		208664
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
2016-06-18 14:49:52 +00:00

9 lines
163 B
C

--- unix.h.orig 2016-06-14 16:25:53 UTC
+++ unix.h
@@ -0,0 +1,6 @@
+#ifdef __unix__
+
+char *get_homedir();
+int check_and_create_dir(const char *name);
+
+#endif