unix.c
changeset 1390 53a5713cf3f9
parent 1346 6d940a8a8103
child 1449 71331c8f3f90
--- a/unix.c	Sun Feb 20 09:05:28 2005 +0000
+++ b/unix.c	Mon Feb 21 18:59:54 2005 +0000
@@ -1,5 +1,6 @@
 #include "stdafx.h"
 #include "ttd.h"
+#include "window.h"
 #include "string.h"
 #include "table/strings.h"
 #include "hal.h"
@@ -525,3 +526,4 @@
 	mkdir(_path.scenario_dir, 0755);
 }
 
+bool InsertTextBufferClipboard(Textbuf *tb) {return false;}