Files @ r4690:79c6f1c4d876
Branch filter:

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

bjarni
(svn r6595) -Fix r6542: [depot window] clicking sell all in a depot with no vehicles will now do nothing at all (instead of opening the confination window) (spotted by glx)
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif