summaryrefslogtreecommitdiff
path: root/ai/default/default.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-09-23 06:38:36 +0000
committertron <tron@openttd.org>2005-09-23 06:38:36 +0000
commita9bb8ef095483f4a5060263e7d27f9c139930209 (patch)
tree5d2878e24b0168d05734905fe6c5fde15a70fcd9 /ai/default/default.h
parent1da0edf8b90fafa93f1adc955d44e94026b270a8 (diff)
downloadopenttd-a9bb8ef095483f4a5060263e7d27f9c139930209.tar.xz
(svn r2973) Move a function declaration somewhere where it belongs
Diffstat (limited to 'ai/default/default.h')
-rw-r--r--ai/default/default.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ai/default/default.h b/ai/default/default.h
new file mode 100644
index 000000000..d367d4a72
--- /dev/null
+++ b/ai/default/default.h
@@ -0,0 +1,8 @@
+/* $Id$ */
+
+#ifndef DEFAULT_H
+#define DEFAULT_H
+
+void AiDoGameLoop(Player*);
+
+#endif