diff options
author | tron <tron@openttd.org> | 2005-09-23 06:38:36 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-09-23 06:38:36 +0000 |
commit | 313fcfbd83e45f8b4d6041402306685ab787d42e (patch) | |
tree | 5d2878e24b0168d05734905fe6c5fde15a70fcd9 /ai/default/default.h | |
parent | afcb9f0d602d6f26393efcdc638e64ecbb4b753b (diff) | |
download | openttd-313fcfbd83e45f8b4d6041402306685ab787d42e.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.h | 8 |
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 |