Files @ r4124:5a4af5174e79
Branch filter:

Location: cpp/openttd-patchpack/source/ai/default/default.h

bjarni
(svn r5468) -Fix: fixed declaration after statement added in 5465 (I wonder why the makefile failed to warn about this)
also removed a few lines of debug code
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif