You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
454 B
27 lines
454 B
--- a/src/u4.c
|
|
+++ b/src/u4.c
|
|
@@ -3,6 +3,8 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <sys/stat.h>
|
|
+#include <sys/types.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
--- a/u4.desktop
|
|
+++ b/u4.desktop
|
|
@@ -1,9 +1,8 @@
|
|
[Desktop Entry]
|
|
-Encoding=UTF-8
|
|
Name=Ultima 4
|
|
Comment=Ultima 4 (xu4)
|
|
Exec=u4
|
|
-Icon=u4.png
|
|
-Terminal=0
|
|
+Icon=u4
|
|
+Terminal=false
|
|
Type=Application
|
|
-Categories=Application;Game;RolePlaying;
|
|
+Categories=Game;RolePlaying;
|